Shades of Dark Goldenrod #BA8A19
Tints of Dark Goldenrod #BA8A19
RGB
CMYK
RGB Variations
Color information
#BA8A19 (or 0xBA8A19) is known color: Dark Goldenrod. HEX triplet: BA, 8A and 19. RGB value is (186,138,25). Sum of RGB (Red+Green+Blue) = 186+138+25=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8A19 is #4575E6. Grayscale: #8B8B8B. Windows color (decimal): -4552167 or 1673914. OLE color: 1673914.
HSL color Cylindrical-coordinate representation of color #BA8A19: hue angle of 42.11º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA8A19 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 25 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.27 |
| HSL | 42.11º | 0.76% | 0.41% | - |
| HSV(B) | 42.11º | 0.87% | 0.73% | - |
| XYZ | 29.51 | 28.69 | 4.9 | - |
| YUV | 139.47 | 63.4 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 25 | 0 | 0.26 | 0.87 | 0.27 | 42.11 | 0.76 | 0.41 |
| Hex | BA | 8A | 19 | 0 | 1A | 57 | 1B | 2A | 4C | 29 |
| Octal | 272 | 212 | 31 | 0 | 32 | 127 | 33 | 52 | 114 | 51 |
| Binary | 10111010 | 10001010 | 11001 | 0 | 11010 | 1010111 | 11011 | 101010 | 1001100 | 101001 |
Color Harmonies of #BA8A19
Complementary color
Monochromatic Colors of #BA8A19
Black with #BA8A19
Text Example
Text Example
White with #BA8A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A19; }
p { color: rgb(186,138,25); }
H1.HeaderClassName
{
color: #BA8A19;
}
.AnyTagClassName
{
color: #BA8A19;
}
</style>
background-color css
<style>
a { background-color: #BA8A19; }
a { background-color: rgb(186,138,25); }
div.DivClassName
{
background-color: #BA8A19;
}
.BgClassName
{
background-color: #BA8A19;
}
</style>
border-color css
<style>
span { border-color: #BA8A19; }
span { border-color: rgb(186,138,25); }
td.TdClassName
{
border-color: #BA8A19;
}
.TagClassName
{
border-color: #BA8A19;
}
</style>