Shades of Dark Goldenrod #BB8015
Tints of Dark Goldenrod #BB8015
RGB
CMYK
RGB Variations
Color information
#BB8015 (or 0xBB8015) is known color: Dark Goldenrod. HEX triplet: BB, 80 and 15. RGB value is (187,128,21). Sum of RGB (Red+Green+Blue) = 187+128+21=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8015 is #447FEA. Grayscale: #858585. Windows color (decimal): -4489195 or 1409211. OLE color: 1409211.
HSL color Cylindrical-coordinate representation of color #BB8015: hue angle of 38.67º 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 #BB8015 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 21 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.27 |
| HSL | 38.67º | 0.8% | 0.41% | - |
| HSV(B) | 38.67º | 0.89% | 0.73% | - |
| XYZ | 28.35 | 26.06 | 4.24 | - |
| YUV | 133.44 | 64.55 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 21 | 0 | 0.32 | 0.89 | 0.27 | 38.67 | 0.8 | 0.41 |
| Hex | BB | 80 | 15 | 0 | 20 | 59 | 1B | 27 | 50 | 29 |
| Octal | 273 | 200 | 25 | 0 | 40 | 131 | 33 | 47 | 120 | 51 |
| Binary | 10111011 | 10000000 | 10101 | 0 | 100000 | 1011001 | 11011 | 100111 | 1010000 | 101001 |
Color Harmonies of #BB8015
Complementary color
Monochromatic Colors of #BB8015
Black with #BB8015
Text Example
Text Example
White with #BB8015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8015; }
p { color: rgb(187,128,21); }
H1.HeaderClassName
{
color: #BB8015;
}
.AnyTagClassName
{
color: #BB8015;
}
</style>
background-color css
<style>
a { background-color: #BB8015; }
a { background-color: rgb(187,128,21); }
div.DivClassName
{
background-color: #BB8015;
}
.BgClassName
{
background-color: #BB8015;
}
</style>
border-color css
<style>
span { border-color: #BB8015; }
span { border-color: rgb(187,128,21); }
td.TdClassName
{
border-color: #BB8015;
}
.TagClassName
{
border-color: #BB8015;
}
</style>