Shades of Dark Goldenrod #BB8111
Tints of Dark Goldenrod #BB8111
RGB
CMYK
RGB Variations
Color information
#BB8111 (or 0xBB8111) is known color: Dark Goldenrod. HEX triplet: BB, 81 and 11. RGB value is (187,129,17). Sum of RGB (Red+Green+Blue) = 187+129+17=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8111 is #447EEE. Grayscale: #868686. Windows color (decimal): -4488943 or 1147323. OLE color: 1147323.
HSL color Cylindrical-coordinate representation of color #BB8111: hue angle of 39.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB8111 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 129 | 17 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.27 |
| HSL | 39.53º | 0.83% | 0.4% | - |
| HSV(B) | 39.53º | 0.91% | 0.73% | - |
| XYZ | 28.44 | 26.31 | 4.11 | - |
| YUV | 133.57 | 62.22 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 17 | 0 | 0.31 | 0.91 | 0.27 | 39.53 | 0.83 | 0.4 |
| Hex | BB | 81 | 11 | 0 | 1F | 5B | 1B | 28 | 53 | 28 |
| Octal | 273 | 201 | 21 | 0 | 37 | 133 | 33 | 50 | 123 | 50 |
| Binary | 10111011 | 10000001 | 10001 | 0 | 11111 | 1011011 | 11011 | 101000 | 1010011 | 101000 |
Color Harmonies of #BB8111
Complementary color
Monochromatic Colors of #BB8111
Black with #BB8111
Text Example
Text Example
White with #BB8111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8111; }
p { color: rgb(187,129,17); }
H1.HeaderClassName
{
color: #BB8111;
}
.AnyTagClassName
{
color: #BB8111;
}
</style>
background-color css
<style>
a { background-color: #BB8111; }
a { background-color: rgb(187,129,17); }
div.DivClassName
{
background-color: #BB8111;
}
.BgClassName
{
background-color: #BB8111;
}
</style>
border-color css
<style>
span { border-color: #BB8111; }
span { border-color: rgb(187,129,17); }
td.TdClassName
{
border-color: #BB8111;
}
.TagClassName
{
border-color: #BB8111;
}
</style>