Shades of Dark Goldenrod #BC8708
Tints of Dark Goldenrod #BC8708
RGB
CMYK
RGB Variations
Color information
#BC8708 (or 0xBC8708) is known color: Dark Goldenrod. HEX triplet: BC, 87 and 08. RGB value is (188,135,8). Sum of RGB (Red+Green+Blue) = 188+135+8=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8708 is #4378F7. Grayscale: #888888. Windows color (decimal): -4421880 or 559036. OLE color: 559036.
HSL color Cylindrical-coordinate representation of color #BC8708: hue angle of 42.33º degrees, saturation: 0.92, 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 #BC8708 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 8 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.26 |
| HSL | 42.33º | 0.92% | 0.38% | - |
| HSV(B) | 42.33º | 0.96% | 0.74% | - |
| XYZ | 29.45 | 28.04 | 4.09 | - |
| YUV | 136.37 | 55.56 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 8 | 0 | 0.28 | 0.96 | 0.26 | 42.33 | 0.92 | 0.38 |
| Hex | BC | 87 | 8 | 0 | 1C | 60 | 1A | 2A | 5C | 26 |
| Octal | 274 | 207 | 10 | 0 | 34 | 140 | 32 | 52 | 134 | 46 |
| Binary | 10111100 | 10000111 | 1000 | 0 | 11100 | 1100000 | 11010 | 101010 | 1011100 | 100110 |
Color Harmonies of #BC8708
Complementary color
Monochromatic Colors of #BC8708
Black with #BC8708
Text Example
Text Example
White with #BC8708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8708; }
p { color: rgb(188,135,8); }
H1.HeaderClassName
{
color: #BC8708;
}
.AnyTagClassName
{
color: #BC8708;
}
</style>
background-color css
<style>
a { background-color: #BC8708; }
a { background-color: rgb(188,135,8); }
div.DivClassName
{
background-color: #BC8708;
}
.BgClassName
{
background-color: #BC8708;
}
</style>
border-color css
<style>
span { border-color: #BC8708; }
span { border-color: rgb(188,135,8); }
td.TdClassName
{
border-color: #BC8708;
}
.TagClassName
{
border-color: #BC8708;
}
</style>