Shades of Dark Goldenrod #BB890A
Tints of Dark Goldenrod #BB890A
RGB
CMYK
RGB Variations
Color information
#BB890A (or 0xBB890A) is known color: Dark Goldenrod. HEX triplet: BB, 89 and 0A. RGB value is (187,137,10). Sum of RGB (Red+Green+Blue) = 187+137+10=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB890A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB890A is #4476F5. Grayscale: #8A8A8A. Windows color (decimal): -4486902 or 690619. OLE color: 690619.
HSL color Cylindrical-coordinate representation of color #BB890A: hue angle of 43.05º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB890A is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 137 | 10 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.27 |
| HSL | 43.05º | 0.9% | 0.39% | - |
| HSV(B) | 43.05º | 0.95% | 0.73% | - |
| XYZ | 29.49 | 28.48 | 4.23 | - |
| YUV | 137.47 | 56.07 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 10 | 0 | 0.27 | 0.95 | 0.27 | 43.05 | 0.9 | 0.39 |
| Hex | BB | 89 | A | 0 | 1B | 5F | 1B | 2B | 5A | 27 |
| Octal | 273 | 211 | 12 | 0 | 33 | 137 | 33 | 53 | 132 | 47 |
| Binary | 10111011 | 10001001 | 1010 | 0 | 11011 | 1011111 | 11011 | 101011 | 1011010 | 100111 |
Color Harmonies of #BB890A
Complementary color
Monochromatic Colors of #BB890A
Black with #BB890A
Text Example
Text Example
White with #BB890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB890A; }
p { color: rgb(187,137,10); }
H1.HeaderClassName
{
color: #BB890A;
}
.AnyTagClassName
{
color: #BB890A;
}
</style>
background-color css
<style>
a { background-color: #BB890A; }
a { background-color: rgb(187,137,10); }
div.DivClassName
{
background-color: #BB890A;
}
.BgClassName
{
background-color: #BB890A;
}
</style>
border-color css
<style>
span { border-color: #BB890A; }
span { border-color: rgb(187,137,10); }
td.TdClassName
{
border-color: #BB890A;
}
.TagClassName
{
border-color: #BB890A;
}
</style>