Shades of Dark Goldenrod #BA7F01
Tints of Dark Goldenrod #BA7F01
RGB
CMYK
RGB Variations
Color information
#BA7F01 (or 0xBA7F01) is known color: Dark Goldenrod. HEX triplet: BA, 7F and 01. RGB value is (186,127,1). Sum of RGB (Red+Green+Blue) = 186+127+1=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7F01 is #4580FE. Grayscale: #828282. Windows color (decimal): -4555007 or 98234. OLE color: 98234.
HSL color Cylindrical-coordinate representation of color #BA7F01: hue angle of 40.86º 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 #BA7F01 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.27 |
| HSL | 40.86º | 0.99% | 0.37% | - |
| HSV(B) | 40.86º | 0.99% | 0.73% | - |
| XYZ | 27.84 | 25.62 | 3.51 | - |
| YUV | 130.28 | 55.05 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 1 | 0 | 0.32 | 0.99 | 0.27 | 40.86 | 0.99 | 0.37 |
| Hex | BA | 7F | 1 | 0 | 20 | 63 | 1B | 29 | 63 | 25 |
| Octal | 272 | 177 | 1 | 0 | 40 | 143 | 33 | 51 | 143 | 45 |
| Binary | 10111010 | 1111111 | 1 | 0 | 100000 | 1100011 | 11011 | 101001 | 1100011 | 100101 |
Color Harmonies of #BA7F01
Complementary color
Monochromatic Colors of #BA7F01
Black with #BA7F01
Text Example
Text Example
White with #BA7F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F01; }
p { color: rgb(186,127,1); }
H1.HeaderClassName
{
color: #BA7F01;
}
.AnyTagClassName
{
color: #BA7F01;
}
</style>
background-color css
<style>
a { background-color: #BA7F01; }
a { background-color: rgb(186,127,1); }
div.DivClassName
{
background-color: #BA7F01;
}
.BgClassName
{
background-color: #BA7F01;
}
</style>
border-color css
<style>
span { border-color: #BA7F01; }
span { border-color: rgb(186,127,1); }
td.TdClassName
{
border-color: #BA7F01;
}
.TagClassName
{
border-color: #BA7F01;
}
</style>