Shades of Dark Goldenrod #BA890F
Tints of Dark Goldenrod #BA890F
RGB
CMYK
RGB Variations
Color information
#BA890F (or 0xBA890F) is known color: Dark Goldenrod. HEX triplet: BA, 89 and 0F. RGB value is (186,137,15). Sum of RGB (Red+Green+Blue) = 186+137+15=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA890F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA890F is #4576F0. Grayscale: #8A8A8A. Windows color (decimal): -4552433 or 1018298. OLE color: 1018298.
HSL color Cylindrical-coordinate representation of color #BA890F: hue angle of 42.81º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA890F is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 15 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.27 |
| HSL | 42.81º | 0.85% | 0.39% | - |
| HSV(B) | 42.81º | 0.92% | 0.73% | - |
| XYZ | 29.28 | 28.36 | 4.38 | - |
| YUV | 137.74 | 58.73 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 15 | 0 | 0.26 | 0.92 | 0.27 | 42.81 | 0.85 | 0.39 |
| Hex | BA | 89 | F | 0 | 1A | 5C | 1B | 2B | 55 | 27 |
| Octal | 272 | 211 | 17 | 0 | 32 | 134 | 33 | 53 | 125 | 47 |
| Binary | 10111010 | 10001001 | 1111 | 0 | 11010 | 1011100 | 11011 | 101011 | 1010101 | 100111 |
Color Harmonies of #BA890F
Complementary color
Monochromatic Colors of #BA890F
Black with #BA890F
Text Example
Text Example
White with #BA890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA890F; }
p { color: rgb(186,137,15); }
H1.HeaderClassName
{
color: #BA890F;
}
.AnyTagClassName
{
color: #BA890F;
}
</style>
background-color css
<style>
a { background-color: #BA890F; }
a { background-color: rgb(186,137,15); }
div.DivClassName
{
background-color: #BA890F;
}
.BgClassName
{
background-color: #BA890F;
}
</style>
border-color css
<style>
span { border-color: #BA890F; }
span { border-color: rgb(186,137,15); }
td.TdClassName
{
border-color: #BA890F;
}
.TagClassName
{
border-color: #BA890F;
}
</style>