Shades of Dark Goldenrod #BB8113
Tints of Dark Goldenrod #BB8113
RGB
CMYK
RGB Variations
Color information
#BB8113 (or 0xBB8113) is known color: Dark Goldenrod. HEX triplet: BB, 81 and 13. RGB value is (187,129,19). Sum of RGB (Red+Green+Blue) = 187+129+19=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8113 is #447EEC. Grayscale: #868686. Windows color (decimal): -4488941 or 1278395. OLE color: 1278395.
HSL color Cylindrical-coordinate representation of color #BB8113: hue angle of 39.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB8113 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 129 | 19 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.27 |
| HSL | 39.29º | 0.82% | 0.4% | - |
| HSV(B) | 39.29º | 0.9% | 0.73% | - |
| XYZ | 28.46 | 26.31 | 4.19 | - |
| YUV | 133.8 | 63.22 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 19 | 0 | 0.31 | 0.90 | 0.27 | 39.29 | 0.82 | 0.4 |
| Hex | BB | 81 | 13 | 0 | 1F | 5A | 1B | 27 | 52 | 28 |
| Octal | 273 | 201 | 23 | 0 | 37 | 132 | 33 | 47 | 122 | 50 |
| Binary | 10111011 | 10000001 | 10011 | 0 | 11111 | 1011010 | 11011 | 100111 | 1010010 | 101000 |
Color Harmonies of #BB8113
Complementary color
Monochromatic Colors of #BB8113
Black with #BB8113
Text Example
Text Example
White with #BB8113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8113; }
p { color: rgb(187,129,19); }
H1.HeaderClassName
{
color: #BB8113;
}
.AnyTagClassName
{
color: #BB8113;
}
</style>
background-color css
<style>
a { background-color: #BB8113; }
a { background-color: rgb(187,129,19); }
div.DivClassName
{
background-color: #BB8113;
}
.BgClassName
{
background-color: #BB8113;
}
</style>
border-color css
<style>
span { border-color: #BB8113; }
span { border-color: rgb(187,129,19); }
td.TdClassName
{
border-color: #BB8113;
}
.TagClassName
{
border-color: #BB8113;
}
</style>