Shades of Dark Goldenrod #BA760F
Tints of Dark Goldenrod #BA760F
RGB
CMYK
RGB Variations
Color information
#BA760F (or 0xBA760F) is known color: Dark Goldenrod. HEX triplet: BA, 76 and 0F. RGB value is (186,118,15). Sum of RGB (Red+Green+Blue) = 186+118+15=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA760F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA760F is #4589F0. Grayscale: #7F7F7F. Windows color (decimal): -4557297 or 1013434. OLE color: 1013434.
HSL color Cylindrical-coordinate representation of color #BA760F: hue angle of 36.14º 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 #BA760F is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 15 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.27 |
| HSL | 36.14º | 0.85% | 0.39% | - |
| HSV(B) | 36.14º | 0.92% | 0.73% | - |
| XYZ | 26.81 | 23.43 | 3.56 | - |
| YUV | 126.59 | 65.03 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 15 | 0 | 0.37 | 0.92 | 0.27 | 36.14 | 0.85 | 0.39 |
| Hex | BA | 76 | F | 0 | 25 | 5C | 1B | 24 | 55 | 27 |
| Octal | 272 | 166 | 17 | 0 | 45 | 134 | 33 | 44 | 125 | 47 |
| Binary | 10111010 | 1110110 | 1111 | 0 | 100101 | 1011100 | 11011 | 100100 | 1010101 | 100111 |
Color Harmonies of #BA760F
Complementary color
Monochromatic Colors of #BA760F
Black with #BA760F
Text Example
Text Example
White with #BA760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA760F; }
p { color: rgb(186,118,15); }
H1.HeaderClassName
{
color: #BA760F;
}
.AnyTagClassName
{
color: #BA760F;
}
</style>
background-color css
<style>
a { background-color: #BA760F; }
a { background-color: rgb(186,118,15); }
div.DivClassName
{
background-color: #BA760F;
}
.BgClassName
{
background-color: #BA760F;
}
</style>
border-color css
<style>
span { border-color: #BA760F; }
span { border-color: rgb(186,118,15); }
td.TdClassName
{
border-color: #BA760F;
}
.TagClassName
{
border-color: #BA760F;
}
</style>