#BC7E0C

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

Shades of Dark Goldenrod #BC7E0C

Tints of Dark Goldenrod #BC7E0C

Color information

#BC7E0C (or 0xBC7E0C) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 7E and 0C. RGB value is (188,126,12). Sum of RGB (Red+Green+Blue) = 188+126+12=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7E0C is #4381F3. Grayscale: #848484. Windows color (decimal): -4424180 or 818876. OLE color: 818876.

HSL color Cylindrical-coordinate representation of color #BC7E0C: hue angle of 38.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC7E0C is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB18812612-
CMYK00.330.940.26
HSL38.86º88%39.22%-
HSV(B)38.86º93.62%73.73%-
XYZ28.2725.643.81-
YUV131.5460.54168.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.67%
GREEN value IS 126 (49.61% from 255) = 38.65%
BLUE value IS 12 (5.08% from 255) = 3.68%
R=57.67%
G=38.65%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881261200.330.940.2638.868839.22
HexBC7EC0215E1A275827
Octal27417614041136324713047
Binary101111001111110110001000011011110110101001111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7E0C; }

 p { color: rgb(188,126,12); }

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

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

 a { background-color: rgb(188,126,12); }

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

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

 span { border-color: rgb(188,126,12); }

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