Shades of Dark Goldenrod #BB8215
Tints of Dark Goldenrod #BB8215
RGB
CMYK
RGB Variations
Color information
#BB8215 (or 0xBB8215) is known color: Dark Goldenrod. HEX triplet: BB, 82 and 15. RGB value is (187,130,21). Sum of RGB (Red+Green+Blue) = 187+130+21=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8215 is #447DEA. Grayscale: #878787. Windows color (decimal): -4488683 or 1409723. OLE color: 1409723.
HSL color Cylindrical-coordinate representation of color #BB8215: hue angle of 39.4º 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 #BB8215 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 21 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.27 |
| HSL | 39.4º | 0.8% | 0.41% | - |
| HSV(B) | 39.4º | 0.89% | 0.73% | - |
| XYZ | 28.61 | 26.58 | 4.33 | - |
| YUV | 134.62 | 63.88 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 21 | 0 | 0.30 | 0.89 | 0.27 | 39.4 | 0.8 | 0.41 |
| Hex | BB | 82 | 15 | 0 | 1E | 59 | 1B | 27 | 50 | 29 |
| Octal | 273 | 202 | 25 | 0 | 36 | 131 | 33 | 47 | 120 | 51 |
| Binary | 10111011 | 10000010 | 10101 | 0 | 11110 | 1011001 | 11011 | 100111 | 1010000 | 101001 |
Color Harmonies of #BB8215
Complementary color
Monochromatic Colors of #BB8215
Black with #BB8215
Text Example
Text Example
White with #BB8215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8215; }
p { color: rgb(187,130,21); }
H1.HeaderClassName
{
color: #BB8215;
}
.AnyTagClassName
{
color: #BB8215;
}
</style>
background-color css
<style>
a { background-color: #BB8215; }
a { background-color: rgb(187,130,21); }
div.DivClassName
{
background-color: #BB8215;
}
.BgClassName
{
background-color: #BB8215;
}
</style>
border-color css
<style>
span { border-color: #BB8215; }
span { border-color: rgb(187,130,21); }
td.TdClassName
{
border-color: #BB8215;
}
.TagClassName
{
border-color: #BB8215;
}
</style>