Shades of Dark Goldenrod #BA891A
Tints of Dark Goldenrod #BA891A
RGB
CMYK
RGB Variations
Color information
#BA891A (or 0xBA891A) is known color: Dark Goldenrod. HEX triplet: BA, 89 and 1A. RGB value is (186,137,26). Sum of RGB (Red+Green+Blue) = 186+137+26=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA891A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA891A is #4576E5. Grayscale: #8B8B8B. Windows color (decimal): -4552422 or 1739194. OLE color: 1739194.
HSL color Cylindrical-coordinate representation of color #BA891A: hue angle of 41.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA891A is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 26 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.27 |
| HSL | 41.63º | 0.75% | 0.42% | - |
| HSV(B) | 41.63º | 0.86% | 0.73% | - |
| XYZ | 29.38 | 28.41 | 4.91 | - |
| YUV | 139 | 64.23 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 26 | 0 | 0.26 | 0.86 | 0.27 | 41.63 | 0.75 | 0.42 |
| Hex | BA | 89 | 1A | 0 | 1A | 56 | 1B | 2A | 4B | 2A |
| Octal | 272 | 211 | 32 | 0 | 32 | 126 | 33 | 52 | 113 | 52 |
| Binary | 10111010 | 10001001 | 11010 | 0 | 11010 | 1010110 | 11011 | 101010 | 1001011 | 101010 |
Color Harmonies of #BA891A
Complementary color
Monochromatic Colors of #BA891A
Black with #BA891A
Text Example
Text Example
White with #BA891A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA891A; }
p { color: rgb(186,137,26); }
H1.HeaderClassName
{
color: #BA891A;
}
.AnyTagClassName
{
color: #BA891A;
}
</style>
background-color css
<style>
a { background-color: #BA891A; }
a { background-color: rgb(186,137,26); }
div.DivClassName
{
background-color: #BA891A;
}
.BgClassName
{
background-color: #BA891A;
}
</style>
border-color css
<style>
span { border-color: #BA891A; }
span { border-color: rgb(186,137,26); }
td.TdClassName
{
border-color: #BA891A;
}
.TagClassName
{
border-color: #BA891A;
}
</style>