#BC8D07

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

Shades of Dark Goldenrod #BC8D07

Tints of Dark Goldenrod #BC8D07

Color information

#BC8D07 (or 0xBC8D07) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 8D and 07. RGB value is (188,141,7). Sum of RGB (Red+Green+Blue) = 188+141+7=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 7 (3.12% from 255 or 2.08% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8D07 is #4372F8. Grayscale: #8C8C8C. Windows color (decimal): -4420345 or 495036. OLE color: 495036.

HSL color Cylindrical-coordinate representation of color #BC8D07: hue angle of 44.42º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC8D07 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB1881417-
CMYK00.250.960.26
HSL44.42º92.82%38.24%-
HSV(B)44.42º96.28%73.73%-
XYZ30.329.764.35-
YUV139.7853.07162.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.95%
GREEN value IS 141 (55.47% from 255) = 41.96%
BLUE value IS 7 (3.12% from 255) = 2.08%
R=55.95%
G=41.96%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188141700.250.960.2644.4292.8238.24
HexBC8D7019601A2c5d26
Octal2742157031140325413546
Binary10111100100011011110110011100000110101011001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D07; }

 p { color: rgb(188,141,7); }

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

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

 a { background-color: rgb(188,141,7); }

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

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

 span { border-color: rgb(188,141,7); }

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