Shades of Dark Goldenrod #BA6F01
Tints of Dark Goldenrod #BA6F01
RGB
CMYK
RGB Variations
Color information
#BA6F01 (or 0xBA6F01) is known color: Dark Goldenrod. HEX triplet: BA, 6F and 01. RGB value is (186,111,1). Sum of RGB (Red+Green+Blue) = 186+111+1=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6F01 is #4590FE. Grayscale: #797979. Windows color (decimal): -4559103 or 94138. OLE color: 94138.
HSL color Cylindrical-coordinate representation of color #BA6F01: hue angle of 35.68º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA6F01 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 1 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.27 |
| HSL | 35.68º | 0.99% | 0.37% | - |
| HSV(B) | 35.68º | 0.99% | 0.73% | - |
| XYZ | 25.94 | 21.81 | 2.87 | - |
| YUV | 120.89 | 60.35 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 1 | 0 | 0.40 | 0.99 | 0.27 | 35.68 | 0.99 | 0.37 |
| Hex | BA | 6F | 1 | 0 | 28 | 63 | 1B | 24 | 63 | 25 |
| Octal | 272 | 157 | 1 | 0 | 50 | 143 | 33 | 44 | 143 | 45 |
| Binary | 10111010 | 1101111 | 1 | 0 | 101000 | 1100011 | 11011 | 100100 | 1100011 | 100101 |
Color Harmonies of #BA6F01
Complementary color
Monochromatic Colors of #BA6F01
Black with #BA6F01
Text Example
Text Example
White with #BA6F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6F01; }
p { color: rgb(186,111,1); }
H1.HeaderClassName
{
color: #BA6F01;
}
.AnyTagClassName
{
color: #BA6F01;
}
</style>
background-color css
<style>
a { background-color: #BA6F01; }
a { background-color: rgb(186,111,1); }
div.DivClassName
{
background-color: #BA6F01;
}
.BgClassName
{
background-color: #BA6F01;
}
</style>
border-color css
<style>
span { border-color: #BA6F01; }
span { border-color: rgb(186,111,1); }
td.TdClassName
{
border-color: #BA6F01;
}
.TagClassName
{
border-color: #BA6F01;
}
</style>