Shades of Dark Goldenrod #BA7E18
Tints of Dark Goldenrod #BA7E18
RGB
CMYK
RGB Variations
Color information
#BA7E18 (or 0xBA7E18) is known color: Dark Goldenrod. HEX triplet: BA, 7E and 18. RGB value is (186,126,24). Sum of RGB (Red+Green+Blue) = 186+126+24=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7E18 is #4581E7. Grayscale: #848484. Windows color (decimal): -4555240 or 1605306. OLE color: 1605306.
HSL color Cylindrical-coordinate representation of color #BA7E18: hue angle of 37.78º degrees, saturation: 0.77, 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 #BA7E18 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 24 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.27 |
| HSL | 37.78º | 0.77% | 0.41% | - |
| HSV(B) | 37.78º | 0.87% | 0.73% | - |
| XYZ | 27.88 | 25.43 | 4.3 | - |
| YUV | 132.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 24 | 0 | 0.32 | 0.87 | 0.27 | 37.78 | 0.77 | 0.41 |
| Hex | BA | 7E | 18 | 0 | 20 | 57 | 1B | 26 | 4D | 29 |
| Octal | 272 | 176 | 30 | 0 | 40 | 127 | 33 | 46 | 115 | 51 |
| Binary | 10111010 | 1111110 | 11000 | 0 | 100000 | 1010111 | 11011 | 100110 | 1001101 | 101001 |
Color Harmonies of #BA7E18
Complementary color
Monochromatic Colors of #BA7E18
Black with #BA7E18
Text Example
Text Example
White with #BA7E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E18; }
p { color: rgb(186,126,24); }
H1.HeaderClassName
{
color: #BA7E18;
}
.AnyTagClassName
{
color: #BA7E18;
}
</style>
background-color css
<style>
a { background-color: #BA7E18; }
a { background-color: rgb(186,126,24); }
div.DivClassName
{
background-color: #BA7E18;
}
.BgClassName
{
background-color: #BA7E18;
}
</style>
border-color css
<style>
span { border-color: #BA7E18; }
span { border-color: rgb(186,126,24); }
td.TdClassName
{
border-color: #BA7E18;
}
.TagClassName
{
border-color: #BA7E18;
}
</style>