Shades of Dark Goldenrod #BA8619
Tints of Dark Goldenrod #BA8619
RGB
CMYK
RGB Variations
Color information
#BA8619 (or 0xBA8619) is known color: Dark Goldenrod. HEX triplet: BA, 86 and 19. RGB value is (186,134,25). Sum of RGB (Red+Green+Blue) = 186+134+25=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8619 is #4579E6. Grayscale: #898989. Windows color (decimal): -4553191 or 1672890. OLE color: 1672890.
HSL color Cylindrical-coordinate representation of color #BA8619: hue angle of 40.62º 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 #BA8619 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 25 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.27 |
| HSL | 40.62º | 0.76% | 0.41% | - |
| HSV(B) | 40.62º | 0.87% | 0.73% | - |
| XYZ | 28.95 | 27.56 | 4.71 | - |
| YUV | 137.12 | 64.73 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 25 | 0 | 0.28 | 0.87 | 0.27 | 40.62 | 0.76 | 0.41 |
| Hex | BA | 86 | 19 | 0 | 1C | 57 | 1B | 29 | 4C | 29 |
| Octal | 272 | 206 | 31 | 0 | 34 | 127 | 33 | 51 | 114 | 51 |
| Binary | 10111010 | 10000110 | 11001 | 0 | 11100 | 1010111 | 11011 | 101001 | 1001100 | 101001 |
Color Harmonies of #BA8619
Complementary color
Monochromatic Colors of #BA8619
Black with #BA8619
Text Example
Text Example
White with #BA8619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8619; }
p { color: rgb(186,134,25); }
H1.HeaderClassName
{
color: #BA8619;
}
.AnyTagClassName
{
color: #BA8619;
}
</style>
background-color css
<style>
a { background-color: #BA8619; }
a { background-color: rgb(186,134,25); }
div.DivClassName
{
background-color: #BA8619;
}
.BgClassName
{
background-color: #BA8619;
}
</style>
border-color css
<style>
span { border-color: #BA8619; }
span { border-color: rgb(186,134,25); }
td.TdClassName
{
border-color: #BA8619;
}
.TagClassName
{
border-color: #BA8619;
}
</style>