Shades of Dark Goldenrod #BA8A1A
Tints of Dark Goldenrod #BA8A1A
RGB
CMYK
RGB Variations
Color information
#BA8A1A (or 0xBA8A1A) is known color: Dark Goldenrod. HEX triplet: BA, 8A and 1A. RGB value is (186,138,26). Sum of RGB (Red+Green+Blue) = 186+138+26=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A1A is #4575E5. Grayscale: #8C8C8C. Windows color (decimal): -4552166 or 1739450. OLE color: 1739450.
HSL color Cylindrical-coordinate representation of color #BA8A1A: hue angle of 42º 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 #BA8A1A is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 26 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.27 |
| HSL | 42º | 0.75% | 0.42% | - |
| HSV(B) | 42º | 0.86% | 0.73% | - |
| XYZ | 29.52 | 28.69 | 4.96 | - |
| YUV | 139.58 | 63.9 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 26 | 0 | 0.26 | 0.86 | 0.27 | 42 | 0.75 | 0.42 |
| Hex | BA | 8A | 1A | 0 | 1A | 56 | 1B | 2A | 4B | 2A |
| Octal | 272 | 212 | 32 | 0 | 32 | 126 | 33 | 52 | 113 | 52 |
| Binary | 10111010 | 10001010 | 11010 | 0 | 11010 | 1010110 | 11011 | 101010 | 1001011 | 101010 |
Color Harmonies of #BA8A1A
Complementary color
Monochromatic Colors of #BA8A1A
Black with #BA8A1A
Text Example
Text Example
White with #BA8A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A1A; }
p { color: rgb(186,138,26); }
H1.HeaderClassName
{
color: #BA8A1A;
}
.AnyTagClassName
{
color: #BA8A1A;
}
</style>
background-color css
<style>
a { background-color: #BA8A1A; }
a { background-color: rgb(186,138,26); }
div.DivClassName
{
background-color: #BA8A1A;
}
.BgClassName
{
background-color: #BA8A1A;
}
</style>
border-color css
<style>
span { border-color: #BA8A1A; }
span { border-color: rgb(186,138,26); }
td.TdClassName
{
border-color: #BA8A1A;
}
.TagClassName
{
border-color: #BA8A1A;
}
</style>