Shades of Dark Goldenrod #BB871B
Tints of Dark Goldenrod #BB871B
RGB
CMYK
RGB Variations
Color information
#BB871B (or 0xBB871B) is known color: Dark Goldenrod. HEX triplet: BB, 87 and 1B. RGB value is (187,135,27). Sum of RGB (Red+Green+Blue) = 187+135+27=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB871B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB871B is #4478E4. Grayscale: #8A8A8A. Windows color (decimal): -4487397 or 1804219. OLE color: 1804219.
HSL color Cylindrical-coordinate representation of color #BB871B: hue angle of 40.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB871B is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 27 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.27 |
| HSL | 40.5º | 0.75% | 0.42% | - |
| HSV(B) | 40.5º | 0.86% | 0.73% | - |
| XYZ | 29.36 | 27.97 | 4.89 | - |
| YUV | 138.24 | 65.23 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 27 | 0 | 0.28 | 0.86 | 0.27 | 40.5 | 0.75 | 0.42 |
| Hex | BB | 87 | 1B | 0 | 1C | 56 | 1B | 28 | 4B | 2A |
| Octal | 273 | 207 | 33 | 0 | 34 | 126 | 33 | 50 | 113 | 52 |
| Binary | 10111011 | 10000111 | 11011 | 0 | 11100 | 1010110 | 11011 | 101000 | 1001011 | 101010 |
Color Harmonies of #BB871B
Complementary color
Monochromatic Colors of #BB871B
Black with #BB871B
Text Example
Text Example
White with #BB871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB871B; }
p { color: rgb(187,135,27); }
H1.HeaderClassName
{
color: #BB871B;
}
.AnyTagClassName
{
color: #BB871B;
}
</style>
background-color css
<style>
a { background-color: #BB871B; }
a { background-color: rgb(187,135,27); }
div.DivClassName
{
background-color: #BB871B;
}
.BgClassName
{
background-color: #BB871B;
}
</style>
border-color css
<style>
span { border-color: #BB871B; }
span { border-color: rgb(187,135,27); }
td.TdClassName
{
border-color: #BB871B;
}
.TagClassName
{
border-color: #BB871B;
}
</style>