Shades of Dark Goldenrod #BC8805
Tints of Dark Goldenrod #BC8805
RGB
CMYK
RGB Variations
Color information
#BC8805 (or 0xBC8805) is known color: Dark Goldenrod. HEX triplet: BC, 88 and 05. RGB value is (188,136,5). Sum of RGB (Red+Green+Blue) = 188+136+5=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8805 is #4377FA. Grayscale: #898989. Windows color (decimal): -4421627 or 362684. OLE color: 362684.
HSL color Cylindrical-coordinate representation of color #BC8805: hue angle of 42.95º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC8805 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 5 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.26 |
| HSL | 42.95º | 0.95% | 0.38% | - |
| HSV(B) | 42.95º | 0.97% | 0.74% | - |
| XYZ | 29.57 | 28.31 | 4.05 | - |
| YUV | 136.61 | 53.73 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 5 | 0 | 0.28 | 0.97 | 0.26 | 42.95 | 0.95 | 0.38 |
| Hex | BC | 88 | 5 | 0 | 1C | 61 | 1A | 2B | 5F | 26 |
| Octal | 274 | 210 | 5 | 0 | 34 | 141 | 32 | 53 | 137 | 46 |
| Binary | 10111100 | 10001000 | 101 | 0 | 11100 | 1100001 | 11010 | 101011 | 1011111 | 100110 |
Color Harmonies of #BC8805
Complementary color
Monochromatic Colors of #BC8805
Black with #BC8805
Text Example
Text Example
White with #BC8805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8805; }
p { color: rgb(188,136,5); }
H1.HeaderClassName
{
color: #BC8805;
}
.AnyTagClassName
{
color: #BC8805;
}
</style>
background-color css
<style>
a { background-color: #BC8805; }
a { background-color: rgb(188,136,5); }
div.DivClassName
{
background-color: #BC8805;
}
.BgClassName
{
background-color: #BC8805;
}
</style>
border-color css
<style>
span { border-color: #BC8805; }
span { border-color: rgb(188,136,5); }
td.TdClassName
{
border-color: #BC8805;
}
.TagClassName
{
border-color: #BC8805;
}
</style>