Shades of Dark Goldenrod #BA8A0F
Tints of Dark Goldenrod #BA8A0F
RGB
CMYK
RGB Variations
Color information
#BA8A0F (or 0xBA8A0F) is known color: Dark Goldenrod. HEX triplet: BA, 8A and 0F. RGB value is (186,138,15). Sum of RGB (Red+Green+Blue) = 186+138+15=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8A0F is #4575F0. Grayscale: #8A8A8A. Windows color (decimal): -4552177 or 1018554. OLE color: 1018554.
HSL color Cylindrical-coordinate representation of color #BA8A0F: hue angle of 43.16º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA8A0F is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 15 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.27 |
| HSL | 43.16º | 0.85% | 0.39% | - |
| HSV(B) | 43.16º | 0.92% | 0.73% | - |
| XYZ | 29.42 | 28.65 | 4.43 | - |
| YUV | 138.33 | 58.4 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 15 | 0 | 0.26 | 0.92 | 0.27 | 43.16 | 0.85 | 0.39 |
| Hex | BA | 8A | F | 0 | 1A | 5C | 1B | 2B | 55 | 27 |
| Octal | 272 | 212 | 17 | 0 | 32 | 134 | 33 | 53 | 125 | 47 |
| Binary | 10111010 | 10001010 | 1111 | 0 | 11010 | 1011100 | 11011 | 101011 | 1010101 | 100111 |
Color Harmonies of #BA8A0F
Complementary color
Monochromatic Colors of #BA8A0F
Black with #BA8A0F
Text Example
Text Example
White with #BA8A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A0F; }
p { color: rgb(186,138,15); }
H1.HeaderClassName
{
color: #BA8A0F;
}
.AnyTagClassName
{
color: #BA8A0F;
}
</style>
background-color css
<style>
a { background-color: #BA8A0F; }
a { background-color: rgb(186,138,15); }
div.DivClassName
{
background-color: #BA8A0F;
}
.BgClassName
{
background-color: #BA8A0F;
}
</style>
border-color css
<style>
span { border-color: #BA8A0F; }
span { border-color: rgb(186,138,15); }
td.TdClassName
{
border-color: #BA8A0F;
}
.TagClassName
{
border-color: #BA8A0F;
}
</style>