Shades of Dark Goldenrod #BB8F11
Tints of Dark Goldenrod #BB8F11
RGB
CMYK
RGB Variations
Color information
#BB8F11 (or 0xBB8F11) is known color: Dark Goldenrod. HEX triplet: BB, 8F and 11. RGB value is (187,143,17). Sum of RGB (Red+Green+Blue) = 187+143+17=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8F11 is #4470EE. Grayscale: #8E8E8E. Windows color (decimal): -4485359 or 1150907. OLE color: 1150907.
HSL color Cylindrical-coordinate representation of color #BB8F11: hue angle of 44.47º 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 #BB8F11 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 17 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.27 |
| HSL | 44.47º | 0.83% | 0.4% | - |
| HSV(B) | 44.47º | 0.91% | 0.73% | - |
| XYZ | 30.42 | 30.25 | 4.77 | - |
| YUV | 141.79 | 57.58 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 17 | 0 | 0.24 | 0.91 | 0.27 | 44.47 | 0.83 | 0.4 |
| Hex | BB | 8F | 11 | 0 | 18 | 5B | 1B | 2C | 53 | 28 |
| Octal | 273 | 217 | 21 | 0 | 30 | 133 | 33 | 54 | 123 | 50 |
| Binary | 10111011 | 10001111 | 10001 | 0 | 11000 | 1011011 | 11011 | 101100 | 1010011 | 101000 |
Color Harmonies of #BB8F11
Complementary color
Monochromatic Colors of #BB8F11
Black with #BB8F11
Text Example
Text Example
White with #BB8F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F11; }
p { color: rgb(187,143,17); }
H1.HeaderClassName
{
color: #BB8F11;
}
.AnyTagClassName
{
color: #BB8F11;
}
</style>
background-color css
<style>
a { background-color: #BB8F11; }
a { background-color: rgb(187,143,17); }
div.DivClassName
{
background-color: #BB8F11;
}
.BgClassName
{
background-color: #BB8F11;
}
</style>
border-color css
<style>
span { border-color: #BB8F11; }
span { border-color: rgb(187,143,17); }
td.TdClassName
{
border-color: #BB8F11;
}
.TagClassName
{
border-color: #BB8F11;
}
</style>