Shades of Dark Goldenrod #BA8D0F
Tints of Dark Goldenrod #BA8D0F
RGB
CMYK
RGB Variations
Color information
#BA8D0F (or 0xBA8D0F) is known color: Dark Goldenrod. HEX triplet: BA, 8D and 0F. RGB value is (186,141,15). Sum of RGB (Red+Green+Blue) = 186+141+15=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8D0F is #4572F0. Grayscale: #8C8C8C. Windows color (decimal): -4551409 or 1019322. OLE color: 1019322.
HSL color Cylindrical-coordinate representation of color #BA8D0F: hue angle of 44.21º 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 #BA8D0F is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 15 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.27 |
| HSL | 44.21º | 0.85% | 0.39% | - |
| HSV(B) | 44.21º | 0.92% | 0.73% | - |
| XYZ | 29.86 | 29.52 | 4.58 | - |
| YUV | 140.09 | 57.41 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 15 | 0 | 0.24 | 0.92 | 0.27 | 44.21 | 0.85 | 0.39 |
| Hex | BA | 8D | F | 0 | 18 | 5C | 1B | 2C | 55 | 27 |
| Octal | 272 | 215 | 17 | 0 | 30 | 134 | 33 | 54 | 125 | 47 |
| Binary | 10111010 | 10001101 | 1111 | 0 | 11000 | 1011100 | 11011 | 101100 | 1010101 | 100111 |
Color Harmonies of #BA8D0F
Complementary color
Monochromatic Colors of #BA8D0F
Black with #BA8D0F
Text Example
Text Example
White with #BA8D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D0F; }
p { color: rgb(186,141,15); }
H1.HeaderClassName
{
color: #BA8D0F;
}
.AnyTagClassName
{
color: #BA8D0F;
}
</style>
background-color css
<style>
a { background-color: #BA8D0F; }
a { background-color: rgb(186,141,15); }
div.DivClassName
{
background-color: #BA8D0F;
}
.BgClassName
{
background-color: #BA8D0F;
}
</style>
border-color css
<style>
span { border-color: #BA8D0F; }
span { border-color: rgb(186,141,15); }
td.TdClassName
{
border-color: #BA8D0F;
}
.TagClassName
{
border-color: #BA8D0F;
}
</style>