Shades of Dark Goldenrod #BC8817
Tints of Dark Goldenrod #BC8817
RGB
CMYK
RGB Variations
Color information
#BC8817 (or 0xBC8817) is known color: Dark Goldenrod. HEX triplet: BC, 88 and 17. RGB value is (188,136,23). Sum of RGB (Red+Green+Blue) = 188+136+23=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8817 is #4377E8. Grayscale: #8B8B8B. Windows color (decimal): -4421609 or 1542332. OLE color: 1542332.
HSL color Cylindrical-coordinate representation of color #BC8817: hue angle of 41.09º degrees, saturation: 0.78, 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 #BC8817 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 23 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.26 |
| HSL | 41.09º | 0.78% | 0.41% | - |
| HSV(B) | 41.09º | 0.88% | 0.74% | - |
| XYZ | 29.7 | 28.36 | 4.72 | - |
| YUV | 138.67 | 62.73 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 23 | 0 | 0.28 | 0.88 | 0.26 | 41.09 | 0.78 | 0.41 |
| Hex | BC | 88 | 17 | 0 | 1C | 58 | 1A | 29 | 4E | 29 |
| Octal | 274 | 210 | 27 | 0 | 34 | 130 | 32 | 51 | 116 | 51 |
| Binary | 10111100 | 10001000 | 10111 | 0 | 11100 | 1011000 | 11010 | 101001 | 1001110 | 101001 |
Color Harmonies of #BC8817
Complementary color
Monochromatic Colors of #BC8817
Black with #BC8817
Text Example
Text Example
White with #BC8817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8817; }
p { color: rgb(188,136,23); }
H1.HeaderClassName
{
color: #BC8817;
}
.AnyTagClassName
{
color: #BC8817;
}
</style>
background-color css
<style>
a { background-color: #BC8817; }
a { background-color: rgb(188,136,23); }
div.DivClassName
{
background-color: #BC8817;
}
.BgClassName
{
background-color: #BC8817;
}
</style>
border-color css
<style>
span { border-color: #BC8817; }
span { border-color: rgb(188,136,23); }
td.TdClassName
{
border-color: #BC8817;
}
.TagClassName
{
border-color: #BC8817;
}
</style>