#BC972C

Color #BC972C Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #BC972C

Tints of Nugget #BC972C

Color information

#BC972C (or 0xBC972C) is unknown color: approx Nugget. HEX triplet: BC, 97 and 2C. RGB value is (188,151,44). Sum of RGB (Red+Green+Blue) = 188+151+44=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC972C is #4368D3. Grayscale: #969696. Windows color (decimal): -4417748 or 2922428. OLE color: 2922428.

HSL color Cylindrical-coordinate representation of color #BC972C: hue angle of 44.58º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC972C is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB18815144-
CMYK00.200.770.26
HSL44.58º62.07%45.49%-
HSV(B)44.58º76.6%73.73%-
XYZ32.2633.017.05-
YUV149.8668.26155.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 49.09%
GREEN value IS 151 (59.38% from 255) = 39.43%
BLUE value IS 44 (17.58% from 255) = 11.49%
R=49.09%
G=39.43%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881514400.200.770.2644.5862.0745.49
HexBC972C0144D1A2d3e2d
Octal2742275402411532557655
Binary1011110010010111101100010100100110111010101101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC972C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC972C; }

 p { color: rgb(188,151,44); }

 H1.HeaderClassName
 {
   color: #BC972C;
 }
 .AnyTagClassName
 {
   color: #BC972C;
 }
</style>
background-color css

<style>
 a { background-color: #BC972C; }

 a { background-color: rgb(188,151,44); }

 div.DivClassName
 {
   background-color: #BC972C;
 }
 .BgClassName
 {
   background-color: #BC972C;
 }
</style>
border-color css

<style>
 span { border-color: #BC972C; }

 span { border-color: rgb(188,151,44); }

 td.TdClassName
 {
   border-color: #BC972C;
 }
 .TagClassName
 {
   border-color: #BC972C;
 }
</style>