Shades of Dark Goldenrod #BB8502
Tints of Dark Goldenrod #BB8502
RGB
CMYK
RGB Variations
Color information
#BB8502 (or 0xBB8502) is known color: Dark Goldenrod. HEX triplet: BB, 85 and 02. RGB value is (187,133,2). Sum of RGB (Red+Green+Blue) = 187+133+2=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8502 is #447AFD. Grayscale: #868686. Windows color (decimal): -4487934 or 165307. OLE color: 165307.
HSL color Cylindrical-coordinate representation of color #BB8502: hue angle of 42.49º 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 #BB8502 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.27 |
| HSL | 42.49º | 0.98% | 0.37% | - |
| HSV(B) | 42.49º | 0.99% | 0.73% | - |
| XYZ | 28.89 | 27.34 | 3.81 | - |
| YUV | 134.21 | 53.39 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 2 | 0 | 0.29 | 0.99 | 0.27 | 42.49 | 0.98 | 0.37 |
| Hex | BB | 85 | 2 | 0 | 1D | 63 | 1B | 2A | 62 | 25 |
| Octal | 273 | 205 | 2 | 0 | 35 | 143 | 33 | 52 | 142 | 45 |
| Binary | 10111011 | 10000101 | 10 | 0 | 11101 | 1100011 | 11011 | 101010 | 1100010 | 100101 |
Color Harmonies of #BB8502
Complementary color
Monochromatic Colors of #BB8502
Black with #BB8502
Text Example
Text Example
White with #BB8502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8502; }
p { color: rgb(187,133,2); }
H1.HeaderClassName
{
color: #BB8502;
}
.AnyTagClassName
{
color: #BB8502;
}
</style>
background-color css
<style>
a { background-color: #BB8502; }
a { background-color: rgb(187,133,2); }
div.DivClassName
{
background-color: #BB8502;
}
.BgClassName
{
background-color: #BB8502;
}
</style>
border-color css
<style>
span { border-color: #BB8502; }
span { border-color: rgb(187,133,2); }
td.TdClassName
{
border-color: #BB8502;
}
.TagClassName
{
border-color: #BB8502;
}
</style>