Shades of Dark Goldenrod #BB880D
Tints of Dark Goldenrod #BB880D
RGB
CMYK
RGB Variations
Color information
#BB880D (or 0xBB880D) is known color: Dark Goldenrod. HEX triplet: BB, 88 and 0D. RGB value is (187,136,13). Sum of RGB (Red+Green+Blue) = 187+136+13=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB880D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB880D is #4477F2. Grayscale: #898989. Windows color (decimal): -4487155 or 886971. OLE color: 886971.
HSL color Cylindrical-coordinate representation of color #BB880D: hue angle of 42.41º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB880D is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 136 | 13 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.27 |
| HSL | 42.41º | 0.87% | 0.39% | - |
| HSV(B) | 42.41º | 0.93% | 0.73% | - |
| XYZ | 29.37 | 28.2 | 4.28 | - |
| YUV | 137.23 | 57.9 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 13 | 0 | 0.27 | 0.93 | 0.27 | 42.41 | 0.87 | 0.39 |
| Hex | BB | 88 | D | 0 | 1B | 5D | 1B | 2A | 57 | 27 |
| Octal | 273 | 210 | 15 | 0 | 33 | 135 | 33 | 52 | 127 | 47 |
| Binary | 10111011 | 10001000 | 1101 | 0 | 11011 | 1011101 | 11011 | 101010 | 1010111 | 100111 |
Color Harmonies of #BB880D
Complementary color
Monochromatic Colors of #BB880D
Black with #BB880D
Text Example
Text Example
White with #BB880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB880D; }
p { color: rgb(187,136,13); }
H1.HeaderClassName
{
color: #BB880D;
}
.AnyTagClassName
{
color: #BB880D;
}
</style>
background-color css
<style>
a { background-color: #BB880D; }
a { background-color: rgb(187,136,13); }
div.DivClassName
{
background-color: #BB880D;
}
.BgClassName
{
background-color: #BB880D;
}
</style>
border-color css
<style>
span { border-color: #BB880D; }
span { border-color: rgb(187,136,13); }
td.TdClassName
{
border-color: #BB880D;
}
.TagClassName
{
border-color: #BB880D;
}
</style>