Shades of Dark Goldenrod #BB7204
Tints of Dark Goldenrod #BB7204
RGB
CMYK
RGB Variations
Color information
#BB7204 (or 0xBB7204) is known color: Dark Goldenrod. HEX triplet: BB, 72 and 04. RGB value is (187,114,4). Sum of RGB (Red+Green+Blue) = 187+114+4=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7204 is #448DFB. Grayscale: #7B7B7B. Windows color (decimal): -4492796 or 291515. OLE color: 291515.
HSL color Cylindrical-coordinate representation of color #BB7204: hue angle of 36.07º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB7204 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.27 |
| HSL | 36.07º | 0.96% | 0.37% | - |
| HSV(B) | 36.07º | 0.98% | 0.73% | - |
| XYZ | 26.53 | 22.61 | 3.08 | - |
| YUV | 123.29 | 60.68 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 4 | 0 | 0.39 | 0.98 | 0.27 | 36.07 | 0.96 | 0.37 |
| Hex | BB | 72 | 4 | 0 | 27 | 62 | 1B | 24 | 60 | 25 |
| Octal | 273 | 162 | 4 | 0 | 47 | 142 | 33 | 44 | 140 | 45 |
| Binary | 10111011 | 1110010 | 100 | 0 | 100111 | 1100010 | 11011 | 100100 | 1100000 | 100101 |
Color Harmonies of #BB7204
Complementary color
Monochromatic Colors of #BB7204
Black with #BB7204
Text Example
Text Example
White with #BB7204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7204; }
p { color: rgb(187,114,4); }
H1.HeaderClassName
{
color: #BB7204;
}
.AnyTagClassName
{
color: #BB7204;
}
</style>
background-color css
<style>
a { background-color: #BB7204; }
a { background-color: rgb(187,114,4); }
div.DivClassName
{
background-color: #BB7204;
}
.BgClassName
{
background-color: #BB7204;
}
</style>
border-color css
<style>
span { border-color: #BB7204; }
span { border-color: rgb(187,114,4); }
td.TdClassName
{
border-color: #BB7204;
}
.TagClassName
{
border-color: #BB7204;
}
</style>