Shades of Dark Goldenrod #BA700F
Tints of Dark Goldenrod #BA700F
RGB
CMYK
RGB Variations
Color information
#BA700F (or 0xBA700F) is known color: Dark Goldenrod. HEX triplet: BA, 70 and 0F. RGB value is (186,112,15). Sum of RGB (Red+Green+Blue) = 186+112+15=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA700F is #458FF0. Grayscale: #7B7B7B. Windows color (decimal): -4558833 or 1011898. OLE color: 1011898.
HSL color Cylindrical-coordinate representation of color #BA700F: hue angle of 34.04º 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 #BA700F is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 15 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.27 |
| HSL | 34.04º | 0.85% | 0.39% | - |
| HSV(B) | 34.04º | 0.92% | 0.73% | - |
| XYZ | 26.13 | 22.06 | 3.33 | - |
| YUV | 123.07 | 67.02 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 15 | 0 | 0.40 | 0.92 | 0.27 | 34.04 | 0.85 | 0.39 |
| Hex | BA | 70 | F | 0 | 28 | 5C | 1B | 22 | 55 | 27 |
| Octal | 272 | 160 | 17 | 0 | 50 | 134 | 33 | 42 | 125 | 47 |
| Binary | 10111010 | 1110000 | 1111 | 0 | 101000 | 1011100 | 11011 | 100010 | 1010101 | 100111 |
Color Harmonies of #BA700F
Complementary color
Monochromatic Colors of #BA700F
Black with #BA700F
Text Example
Text Example
White with #BA700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA700F; }
p { color: rgb(186,112,15); }
H1.HeaderClassName
{
color: #BA700F;
}
.AnyTagClassName
{
color: #BA700F;
}
</style>
background-color css
<style>
a { background-color: #BA700F; }
a { background-color: rgb(186,112,15); }
div.DivClassName
{
background-color: #BA700F;
}
.BgClassName
{
background-color: #BA700F;
}
</style>
border-color css
<style>
span { border-color: #BA700F; }
span { border-color: rgb(186,112,15); }
td.TdClassName
{
border-color: #BA700F;
}
.TagClassName
{
border-color: #BA700F;
}
</style>