Shades of Dark Goldenrod #BA7A00
Tints of Dark Goldenrod #BA7A00
RGB
CMYK
RGB Variations
Color information
#BA7A00 (or 0xBA7A00) is known color: Dark Goldenrod. HEX triplet: BA, 7A and 00. RGB value is (186,122,0). Sum of RGB (Red+Green+Blue) = 186+122+0=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7A00 is #4585FF. Grayscale: #7F7F7F. Windows color (decimal): -4556288 or 31418. OLE color: 31418.
HSL color Cylindrical-coordinate representation of color #BA7A00: hue angle of 39.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA7A00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.27 |
| HSL | 39.35º | 1% | 0.36% | - |
| HSV(B) | 39.35º | 1% | 0.73% | - |
| XYZ | 27.21 | 24.36 | 3.27 | - |
| YUV | 127.23 | 56.2 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 0 | 0 | 0.34 | 1 | 0.27 | 39.35 | 1 | 0.36 |
| Hex | BA | 7A | 0 | 0 | 22 | 64 | 1B | 27 | 64 | 24 |
| Octal | 272 | 172 | 0 | 0 | 42 | 144 | 33 | 47 | 144 | 44 |
| Binary | 10111010 | 1111010 | 0 | 0 | 100010 | 1100100 | 11011 | 100111 | 1100100 | 100100 |
Color Harmonies of #BA7A00
Complementary color
Monochromatic Colors of #BA7A00
Black with #BA7A00
Text Example
Text Example
White with #BA7A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A00; }
p { color: rgb(186,122,0); }
H1.HeaderClassName
{
color: #BA7A00;
}
.AnyTagClassName
{
color: #BA7A00;
}
</style>
background-color css
<style>
a { background-color: #BA7A00; }
a { background-color: rgb(186,122,0); }
div.DivClassName
{
background-color: #BA7A00;
}
.BgClassName
{
background-color: #BA7A00;
}
</style>
border-color css
<style>
span { border-color: #BA7A00; }
span { border-color: rgb(186,122,0); }
td.TdClassName
{
border-color: #BA7A00;
}
.TagClassName
{
border-color: #BA7A00;
}
</style>