Shades of Dark Goldenrod #BB8D02
Tints of Dark Goldenrod #BB8D02
RGB
CMYK
RGB Variations
Color information
#BB8D02 (or 0xBB8D02) is known color: Dark Goldenrod. HEX triplet: BB, 8D and 02. RGB value is (187,141,2). Sum of RGB (Red+Green+Blue) = 187+141+2=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8D02 is #4472FD. Grayscale: #8B8B8B. Windows color (decimal): -4485886 or 167355. OLE color: 167355.
HSL color Cylindrical-coordinate representation of color #BB8D02: hue angle of 45.08º 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 #BB8D02 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 141 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.27 |
| HSL | 45.08º | 0.98% | 0.37% | - |
| HSV(B) | 45.08º | 0.99% | 0.73% | - |
| XYZ | 30.03 | 29.62 | 4.19 | - |
| YUV | 138.91 | 50.74 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 2 | 0 | 0.25 | 0.99 | 0.27 | 45.08 | 0.98 | 0.37 |
| Hex | BB | 8D | 2 | 0 | 19 | 63 | 1B | 2D | 62 | 25 |
| Octal | 273 | 215 | 2 | 0 | 31 | 143 | 33 | 55 | 142 | 45 |
| Binary | 10111011 | 10001101 | 10 | 0 | 11001 | 1100011 | 11011 | 101101 | 1100010 | 100101 |
Color Harmonies of #BB8D02
Complementary color
Monochromatic Colors of #BB8D02
Black with #BB8D02
Text Example
Text Example
White with #BB8D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8D02; }
p { color: rgb(187,141,2); }
H1.HeaderClassName
{
color: #BB8D02;
}
.AnyTagClassName
{
color: #BB8D02;
}
</style>
background-color css
<style>
a { background-color: #BB8D02; }
a { background-color: rgb(187,141,2); }
div.DivClassName
{
background-color: #BB8D02;
}
.BgClassName
{
background-color: #BB8D02;
}
</style>
border-color css
<style>
span { border-color: #BB8D02; }
span { border-color: rgb(187,141,2); }
td.TdClassName
{
border-color: #BB8D02;
}
.TagClassName
{
border-color: #BB8D02;
}
</style>