Shades of Dark Goldenrod #BB8115
Tints of Dark Goldenrod #BB8115
RGB
CMYK
RGB Variations
Color information
#BB8115 (or 0xBB8115) is known color: Dark Goldenrod. HEX triplet: BB, 81 and 15. RGB value is (187,129,21). Sum of RGB (Red+Green+Blue) = 187+129+21=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8115 is #447EEA. Grayscale: #868686. Windows color (decimal): -4488939 or 1409467. OLE color: 1409467.
HSL color Cylindrical-coordinate representation of color #BB8115: hue angle of 39.04º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB8115 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 129 | 21 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.27 |
| HSL | 39.04º | 0.8% | 0.41% | - |
| HSV(B) | 39.04º | 0.89% | 0.73% | - |
| XYZ | 28.48 | 26.32 | 4.29 | - |
| YUV | 134.03 | 64.22 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 21 | 0 | 0.31 | 0.89 | 0.27 | 39.04 | 0.8 | 0.41 |
| Hex | BB | 81 | 15 | 0 | 1F | 59 | 1B | 27 | 50 | 29 |
| Octal | 273 | 201 | 25 | 0 | 37 | 131 | 33 | 47 | 120 | 51 |
| Binary | 10111011 | 10000001 | 10101 | 0 | 11111 | 1011001 | 11011 | 100111 | 1010000 | 101001 |
Color Harmonies of #BB8115
Complementary color
Monochromatic Colors of #BB8115
Black with #BB8115
Text Example
Text Example
White with #BB8115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8115; }
p { color: rgb(187,129,21); }
H1.HeaderClassName
{
color: #BB8115;
}
.AnyTagClassName
{
color: #BB8115;
}
</style>
background-color css
<style>
a { background-color: #BB8115; }
a { background-color: rgb(187,129,21); }
div.DivClassName
{
background-color: #BB8115;
}
.BgClassName
{
background-color: #BB8115;
}
</style>
border-color css
<style>
span { border-color: #BB8115; }
span { border-color: rgb(187,129,21); }
td.TdClassName
{
border-color: #BB8115;
}
.TagClassName
{
border-color: #BB8115;
}
</style>