Shades of Dark Goldenrod #BB890B
Tints of Dark Goldenrod #BB890B
RGB
CMYK
RGB Variations
Color information
#BB890B (or 0xBB890B) is known color: Dark Goldenrod. HEX triplet: BB, 89 and 0B. RGB value is (187,137,11). Sum of RGB (Red+Green+Blue) = 187+137+11=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB890B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB890B is #4476F4. Grayscale: #8A8A8A. Windows color (decimal): -4486901 or 756155. OLE color: 756155.
HSL color Cylindrical-coordinate representation of color #BB890B: hue angle of 42.95º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB890B is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 137 | 11 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.27 |
| HSL | 42.95º | 0.89% | 0.39% | - |
| HSV(B) | 42.95º | 0.94% | 0.73% | - |
| XYZ | 29.5 | 28.48 | 4.26 | - |
| YUV | 137.59 | 56.57 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 11 | 0 | 0.27 | 0.94 | 0.27 | 42.95 | 0.89 | 0.39 |
| Hex | BB | 89 | B | 0 | 1B | 5E | 1B | 2B | 59 | 27 |
| Octal | 273 | 211 | 13 | 0 | 33 | 136 | 33 | 53 | 131 | 47 |
| Binary | 10111011 | 10001001 | 1011 | 0 | 11011 | 1011110 | 11011 | 101011 | 1011001 | 100111 |
Color Harmonies of #BB890B
Complementary color
Monochromatic Colors of #BB890B
Black with #BB890B
Text Example
Text Example
White with #BB890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB890B; }
p { color: rgb(187,137,11); }
H1.HeaderClassName
{
color: #BB890B;
}
.AnyTagClassName
{
color: #BB890B;
}
</style>
background-color css
<style>
a { background-color: #BB890B; }
a { background-color: rgb(187,137,11); }
div.DivClassName
{
background-color: #BB890B;
}
.BgClassName
{
background-color: #BB890B;
}
</style>
border-color css
<style>
span { border-color: #BB890B; }
span { border-color: rgb(187,137,11); }
td.TdClassName
{
border-color: #BB890B;
}
.TagClassName
{
border-color: #BB890B;
}
</style>