Shades of Dark Goldenrod #BB8204
Tints of Dark Goldenrod #BB8204
RGB
CMYK
RGB Variations
Color information
#BB8204 (or 0xBB8204) is known color: Dark Goldenrod. HEX triplet: BB, 82 and 04. RGB value is (187,130,4). Sum of RGB (Red+Green+Blue) = 187+130+4=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8204 is #447DFB. Grayscale: #858585. Windows color (decimal): -4488700 or 295611. OLE color: 295611.
HSL color Cylindrical-coordinate representation of color #BB8204: hue angle of 41.31º 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 #BB8204 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 4 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.27 |
| HSL | 41.31º | 0.96% | 0.37% | - |
| HSV(B) | 41.31º | 0.98% | 0.73% | - |
| XYZ | 28.5 | 26.54 | 3.74 | - |
| YUV | 132.68 | 55.38 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 4 | 0 | 0.30 | 0.98 | 0.27 | 41.31 | 0.96 | 0.37 |
| Hex | BB | 82 | 4 | 0 | 1E | 62 | 1B | 29 | 60 | 25 |
| Octal | 273 | 202 | 4 | 0 | 36 | 142 | 33 | 51 | 140 | 45 |
| Binary | 10111011 | 10000010 | 100 | 0 | 11110 | 1100010 | 11011 | 101001 | 1100000 | 100101 |
Color Harmonies of #BB8204
Complementary color
Monochromatic Colors of #BB8204
Black with #BB8204
Text Example
Text Example
White with #BB8204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8204; }
p { color: rgb(187,130,4); }
H1.HeaderClassName
{
color: #BB8204;
}
.AnyTagClassName
{
color: #BB8204;
}
</style>
background-color css
<style>
a { background-color: #BB8204; }
a { background-color: rgb(187,130,4); }
div.DivClassName
{
background-color: #BB8204;
}
.BgClassName
{
background-color: #BB8204;
}
</style>
border-color css
<style>
span { border-color: #BB8204; }
span { border-color: rgb(187,130,4); }
td.TdClassName
{
border-color: #BB8204;
}
.TagClassName
{
border-color: #BB8204;
}
</style>