Shades of Dark Goldenrod #BB860F
Tints of Dark Goldenrod #BB860F
RGB
CMYK
RGB Variations
Color information
#BB860F (or 0xBB860F) is known color: Dark Goldenrod. HEX triplet: BB, 86 and 0F. RGB value is (187,134,15). Sum of RGB (Red+Green+Blue) = 187+134+15=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB860F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB860F is #4479F0. Grayscale: #888888. Windows color (decimal): -4487665 or 1017531. OLE color: 1017531.
HSL color Cylindrical-coordinate representation of color #BB860F: hue angle of 41.51º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB860F is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 15 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.27 |
| HSL | 41.51º | 0.85% | 0.4% | - |
| HSV(B) | 41.51º | 0.92% | 0.73% | - |
| XYZ | 29.1 | 27.65 | 4.25 | - |
| YUV | 136.28 | 59.56 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 15 | 0 | 0.28 | 0.92 | 0.27 | 41.51 | 0.85 | 0.4 |
| Hex | BB | 86 | F | 0 | 1C | 5C | 1B | 2A | 55 | 28 |
| Octal | 273 | 206 | 17 | 0 | 34 | 134 | 33 | 52 | 125 | 50 |
| Binary | 10111011 | 10000110 | 1111 | 0 | 11100 | 1011100 | 11011 | 101010 | 1010101 | 101000 |
Color Harmonies of #BB860F
Complementary color
Monochromatic Colors of #BB860F
Black with #BB860F
Text Example
Text Example
White with #BB860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB860F; }
p { color: rgb(187,134,15); }
H1.HeaderClassName
{
color: #BB860F;
}
.AnyTagClassName
{
color: #BB860F;
}
</style>
background-color css
<style>
a { background-color: #BB860F; }
a { background-color: rgb(187,134,15); }
div.DivClassName
{
background-color: #BB860F;
}
.BgClassName
{
background-color: #BB860F;
}
</style>
border-color css
<style>
span { border-color: #BB860F; }
span { border-color: rgb(187,134,15); }
td.TdClassName
{
border-color: #BB860F;
}
.TagClassName
{
border-color: #BB860F;
}
</style>