Shades of Dark Goldenrod #BA8A0D
Tints of Dark Goldenrod #BA8A0D
RGB
CMYK
RGB Variations
Color information
#BA8A0D (or 0xBA8A0D) is known color: Dark Goldenrod. HEX triplet: BA, 8A and 0D. RGB value is (186,138,13). Sum of RGB (Red+Green+Blue) = 186+138+13=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8A0D is #4575F2. Grayscale: #8A8A8A. Windows color (decimal): -4552179 or 887482. OLE color: 887482.
HSL color Cylindrical-coordinate representation of color #BA8A0D: hue angle of 43.35º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA8A0D is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 13 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.27 |
| HSL | 43.35º | 0.87% | 0.39% | - |
| HSV(B) | 43.35º | 0.93% | 0.73% | - |
| XYZ | 29.41 | 28.65 | 4.36 | - |
| YUV | 138.1 | 57.4 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 13 | 0 | 0.26 | 0.93 | 0.27 | 43.35 | 0.87 | 0.39 |
| Hex | BA | 8A | D | 0 | 1A | 5D | 1B | 2B | 57 | 27 |
| Octal | 272 | 212 | 15 | 0 | 32 | 135 | 33 | 53 | 127 | 47 |
| Binary | 10111010 | 10001010 | 1101 | 0 | 11010 | 1011101 | 11011 | 101011 | 1010111 | 100111 |
Color Harmonies of #BA8A0D
Complementary color
Monochromatic Colors of #BA8A0D
Black with #BA8A0D
Text Example
Text Example
White with #BA8A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A0D; }
p { color: rgb(186,138,13); }
H1.HeaderClassName
{
color: #BA8A0D;
}
.AnyTagClassName
{
color: #BA8A0D;
}
</style>
background-color css
<style>
a { background-color: #BA8A0D; }
a { background-color: rgb(186,138,13); }
div.DivClassName
{
background-color: #BA8A0D;
}
.BgClassName
{
background-color: #BA8A0D;
}
</style>
border-color css
<style>
span { border-color: #BA8A0D; }
span { border-color: rgb(186,138,13); }
td.TdClassName
{
border-color: #BA8A0D;
}
.TagClassName
{
border-color: #BA8A0D;
}
</style>