Shades of Dark Goldenrod #BA890B
Tints of Dark Goldenrod #BA890B
RGB
CMYK
RGB Variations
Color information
#BA890B (or 0xBA890B) is known color: Dark Goldenrod. HEX triplet: BA, 89 and 0B. RGB value is (186,137,11). Sum of RGB (Red+Green+Blue) = 186+137+11=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA890B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA890B is #4576F4. Grayscale: #898989. Windows color (decimal): -4552437 or 756154. OLE color: 756154.
HSL color Cylindrical-coordinate representation of color #BA890B: hue angle of 43.2º 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 #BA890B is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 11 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.27 |
| HSL | 43.2º | 0.89% | 0.39% | - |
| HSV(B) | 43.2º | 0.94% | 0.73% | - |
| XYZ | 29.26 | 28.35 | 4.25 | - |
| YUV | 137.29 | 56.73 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 11 | 0 | 0.26 | 0.94 | 0.27 | 43.2 | 0.89 | 0.39 |
| Hex | BA | 89 | B | 0 | 1A | 5E | 1B | 2B | 59 | 27 |
| Octal | 272 | 211 | 13 | 0 | 32 | 136 | 33 | 53 | 131 | 47 |
| Binary | 10111010 | 10001001 | 1011 | 0 | 11010 | 1011110 | 11011 | 101011 | 1011001 | 100111 |
Color Harmonies of #BA890B
Complementary color
Monochromatic Colors of #BA890B
Black with #BA890B
Text Example
Text Example
White with #BA890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA890B; }
p { color: rgb(186,137,11); }
H1.HeaderClassName
{
color: #BA890B;
}
.AnyTagClassName
{
color: #BA890B;
}
</style>
background-color css
<style>
a { background-color: #BA890B; }
a { background-color: rgb(186,137,11); }
div.DivClassName
{
background-color: #BA890B;
}
.BgClassName
{
background-color: #BA890B;
}
</style>
border-color css
<style>
span { border-color: #BA890B; }
span { border-color: rgb(186,137,11); }
td.TdClassName
{
border-color: #BA890B;
}
.TagClassName
{
border-color: #BA890B;
}
</style>