Shades of Dark Goldenrod #BA8819
Tints of Dark Goldenrod #BA8819
RGB
CMYK
RGB Variations
Color information
#BA8819 (or 0xBA8819) is known color: Dark Goldenrod. HEX triplet: BA, 88 and 19. RGB value is (186,136,25). Sum of RGB (Red+Green+Blue) = 186+136+25=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8819 is #4577E6. Grayscale: #8A8A8A. Windows color (decimal): -4552679 or 1673402. OLE color: 1673402.
HSL color Cylindrical-coordinate representation of color #BA8819: hue angle of 41.37º 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 #BA8819 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 25 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.27 |
| HSL | 41.37º | 0.76% | 0.41% | - |
| HSV(B) | 41.37º | 0.87% | 0.73% | - |
| XYZ | 29.23 | 28.12 | 4.81 | - |
| YUV | 138.3 | 64.07 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 25 | 0 | 0.27 | 0.87 | 0.27 | 41.37 | 0.76 | 0.41 |
| Hex | BA | 88 | 19 | 0 | 1B | 57 | 1B | 29 | 4C | 29 |
| Octal | 272 | 210 | 31 | 0 | 33 | 127 | 33 | 51 | 114 | 51 |
| Binary | 10111010 | 10001000 | 11001 | 0 | 11011 | 1010111 | 11011 | 101001 | 1001100 | 101001 |
Color Harmonies of #BA8819
Complementary color
Monochromatic Colors of #BA8819
Black with #BA8819
Text Example
Text Example
White with #BA8819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8819; }
p { color: rgb(186,136,25); }
H1.HeaderClassName
{
color: #BA8819;
}
.AnyTagClassName
{
color: #BA8819;
}
</style>
background-color css
<style>
a { background-color: #BA8819; }
a { background-color: rgb(186,136,25); }
div.DivClassName
{
background-color: #BA8819;
}
.BgClassName
{
background-color: #BA8819;
}
</style>
border-color css
<style>
span { border-color: #BA8819; }
span { border-color: rgb(186,136,25); }
td.TdClassName
{
border-color: #BA8819;
}
.TagClassName
{
border-color: #BA8819;
}
</style>