Shades of Dark Goldenrod #BC8816
Tints of Dark Goldenrod #BC8816
RGB
CMYK
RGB Variations
Color information
#BC8816 (or 0xBC8816) is known color: Dark Goldenrod. HEX triplet: BC, 88 and 16. RGB value is (188,136,22). Sum of RGB (Red+Green+Blue) = 188+136+22=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8816 is #4377E9. Grayscale: #8B8B8B. Windows color (decimal): -4421610 or 1476796. OLE color: 1476796.
HSL color Cylindrical-coordinate representation of color #BC8816: hue angle of 41.2º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC8816 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 22 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.26 |
| HSL | 41.2º | 0.79% | 0.41% | - |
| HSV(B) | 41.2º | 0.88% | 0.74% | - |
| XYZ | 29.69 | 28.36 | 4.67 | - |
| YUV | 138.55 | 62.23 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 22 | 0 | 0.28 | 0.88 | 0.26 | 41.2 | 0.79 | 0.41 |
| Hex | BC | 88 | 16 | 0 | 1C | 58 | 1A | 29 | 4F | 29 |
| Octal | 274 | 210 | 26 | 0 | 34 | 130 | 32 | 51 | 117 | 51 |
| Binary | 10111100 | 10001000 | 10110 | 0 | 11100 | 1011000 | 11010 | 101001 | 1001111 | 101001 |
Color Harmonies of #BC8816
Complementary color
Monochromatic Colors of #BC8816
Black with #BC8816
Text Example
Text Example
White with #BC8816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8816; }
p { color: rgb(188,136,22); }
H1.HeaderClassName
{
color: #BC8816;
}
.AnyTagClassName
{
color: #BC8816;
}
</style>
background-color css
<style>
a { background-color: #BC8816; }
a { background-color: rgb(188,136,22); }
div.DivClassName
{
background-color: #BC8816;
}
.BgClassName
{
background-color: #BC8816;
}
</style>
border-color css
<style>
span { border-color: #BC8816; }
span { border-color: rgb(188,136,22); }
td.TdClassName
{
border-color: #BC8816;
}
.TagClassName
{
border-color: #BC8816;
}
</style>