Shades of Dark Goldenrod #BB8E02
Tints of Dark Goldenrod #BB8E02
RGB
CMYK
RGB Variations
Color information
#BB8E02 (or 0xBB8E02) is known color: Dark Goldenrod. HEX triplet: BB, 8E and 02. RGB value is (187,142,2). Sum of RGB (Red+Green+Blue) = 187+142+2=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8E02 is #4471FD. Grayscale: #8C8C8C. Windows color (decimal): -4485630 or 167611. OLE color: 167611.
HSL color Cylindrical-coordinate representation of color #BB8E02: hue angle of 45.41º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB8E02 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 142 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.27 |
| HSL | 45.41º | 0.98% | 0.37% | - |
| HSV(B) | 45.41º | 0.99% | 0.73% | - |
| XYZ | 30.18 | 29.92 | 4.24 | - |
| YUV | 139.5 | 50.41 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 2 | 0 | 0.24 | 0.99 | 0.27 | 45.41 | 0.98 | 0.37 |
| Hex | BB | 8E | 2 | 0 | 18 | 63 | 1B | 2D | 62 | 25 |
| Octal | 273 | 216 | 2 | 0 | 30 | 143 | 33 | 55 | 142 | 45 |
| Binary | 10111011 | 10001110 | 10 | 0 | 11000 | 1100011 | 11011 | 101101 | 1100010 | 100101 |
Color Harmonies of #BB8E02
Complementary color
Monochromatic Colors of #BB8E02
Black with #BB8E02
Text Example
Text Example
White with #BB8E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8E02; }
p { color: rgb(187,142,2); }
H1.HeaderClassName
{
color: #BB8E02;
}
.AnyTagClassName
{
color: #BB8E02;
}
</style>
background-color css
<style>
a { background-color: #BB8E02; }
a { background-color: rgb(187,142,2); }
div.DivClassName
{
background-color: #BB8E02;
}
.BgClassName
{
background-color: #BB8E02;
}
</style>
border-color css
<style>
span { border-color: #BB8E02; }
span { border-color: rgb(187,142,2); }
td.TdClassName
{
border-color: #BB8E02;
}
.TagClassName
{
border-color: #BB8E02;
}
</style>