Shades of Dark Goldenrod #BA8F01
Tints of Dark Goldenrod #BA8F01
RGB
CMYK
RGB Variations
Color information
#BA8F01 (or 0xBA8F01) is known color: Dark Goldenrod. HEX triplet: BA, 8F and 01. RGB value is (186,143,1). Sum of RGB (Red+Green+Blue) = 186+143+1=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8F01 is #4570FE. Grayscale: #8C8C8C. Windows color (decimal): -4550911 or 102330. OLE color: 102330.
HSL color Cylindrical-coordinate representation of color #BA8F01: hue angle of 46.05º 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 #BA8F01 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.27 |
| HSL | 46.05º | 0.99% | 0.37% | - |
| HSV(B) | 46.05º | 0.99% | 0.73% | - |
| XYZ | 30.08 | 30.09 | 4.25 | - |
| YUV | 139.67 | 49.75 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 1 | 0 | 0.23 | 0.99 | 0.27 | 46.05 | 0.99 | 0.37 |
| Hex | BA | 8F | 1 | 0 | 17 | 63 | 1B | 2E | 63 | 25 |
| Octal | 272 | 217 | 1 | 0 | 27 | 143 | 33 | 56 | 143 | 45 |
| Binary | 10111010 | 10001111 | 1 | 0 | 10111 | 1100011 | 11011 | 101110 | 1100011 | 100101 |
Color Harmonies of #BA8F01
Complementary color
Monochromatic Colors of #BA8F01
Black with #BA8F01
Text Example
Text Example
White with #BA8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F01; }
p { color: rgb(186,143,1); }
H1.HeaderClassName
{
color: #BA8F01;
}
.AnyTagClassName
{
color: #BA8F01;
}
</style>
background-color css
<style>
a { background-color: #BA8F01; }
a { background-color: rgb(186,143,1); }
div.DivClassName
{
background-color: #BA8F01;
}
.BgClassName
{
background-color: #BA8F01;
}
</style>
border-color css
<style>
span { border-color: #BA8F01; }
span { border-color: rgb(186,143,1); }
td.TdClassName
{
border-color: #BA8F01;
}
.TagClassName
{
border-color: #BA8F01;
}
</style>