Shades of Dark Goldenrod #BA8B19
Tints of Dark Goldenrod #BA8B19
RGB
CMYK
RGB Variations
Color information
#BA8B19 (or 0xBA8B19) is known color: Dark Goldenrod. HEX triplet: BA, 8B and 19. RGB value is (186,139,25). Sum of RGB (Red+Green+Blue) = 186+139+25=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8B19 is #4574E6. Grayscale: #8C8C8C. Windows color (decimal): -4551911 or 1674170. OLE color: 1674170.
HSL color Cylindrical-coordinate representation of color #BA8B19: hue angle of 42.48º 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 #BA8B19 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 25 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.27 |
| HSL | 42.48º | 0.76% | 0.41% | - |
| HSV(B) | 42.48º | 0.87% | 0.73% | - |
| XYZ | 29.66 | 28.97 | 4.95 | - |
| YUV | 140.06 | 63.07 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 25 | 0 | 0.25 | 0.87 | 0.27 | 42.48 | 0.76 | 0.41 |
| Hex | BA | 8B | 19 | 0 | 19 | 57 | 1B | 2A | 4C | 29 |
| Octal | 272 | 213 | 31 | 0 | 31 | 127 | 33 | 52 | 114 | 51 |
| Binary | 10111010 | 10001011 | 11001 | 0 | 11001 | 1010111 | 11011 | 101010 | 1001100 | 101001 |
Color Harmonies of #BA8B19
Complementary color
Monochromatic Colors of #BA8B19
Black with #BA8B19
Text Example
Text Example
White with #BA8B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B19; }
p { color: rgb(186,139,25); }
H1.HeaderClassName
{
color: #BA8B19;
}
.AnyTagClassName
{
color: #BA8B19;
}
</style>
background-color css
<style>
a { background-color: #BA8B19; }
a { background-color: rgb(186,139,25); }
div.DivClassName
{
background-color: #BA8B19;
}
.BgClassName
{
background-color: #BA8B19;
}
</style>
border-color css
<style>
span { border-color: #BA8B19; }
span { border-color: rgb(186,139,25); }
td.TdClassName
{
border-color: #BA8B19;
}
.TagClassName
{
border-color: #BA8B19;
}
</style>