Shades of Dark Goldenrod #BA7E0C
Tints of Dark Goldenrod #BA7E0C
RGB
CMYK
RGB Variations
Color information
#BA7E0C (or 0xBA7E0C) is known color: Dark Goldenrod. HEX triplet: BA, 7E and 0C. RGB value is (186,126,12). Sum of RGB (Red+Green+Blue) = 186+126+12=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7E0C is #4581F3. Grayscale: #838383. Windows color (decimal): -4555252 or 818874. OLE color: 818874.
HSL color Cylindrical-coordinate representation of color #BA7E0C: hue angle of 39.31º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA7E0C is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 12 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.27 |
| HSL | 39.31º | 0.88% | 0.39% | - |
| HSV(B) | 39.31º | 0.94% | 0.73% | - |
| XYZ | 27.78 | 25.39 | 3.78 | - |
| YUV | 130.94 | 60.88 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 12 | 0 | 0.32 | 0.94 | 0.27 | 39.31 | 0.88 | 0.39 |
| Hex | BA | 7E | C | 0 | 20 | 5E | 1B | 27 | 58 | 27 |
| Octal | 272 | 176 | 14 | 0 | 40 | 136 | 33 | 47 | 130 | 47 |
| Binary | 10111010 | 1111110 | 1100 | 0 | 100000 | 1011110 | 11011 | 100111 | 1011000 | 100111 |
Color Harmonies of #BA7E0C
Complementary color
Monochromatic Colors of #BA7E0C
Black with #BA7E0C
Text Example
Text Example
White with #BA7E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E0C; }
p { color: rgb(186,126,12); }
H1.HeaderClassName
{
color: #BA7E0C;
}
.AnyTagClassName
{
color: #BA7E0C;
}
</style>
background-color css
<style>
a { background-color: #BA7E0C; }
a { background-color: rgb(186,126,12); }
div.DivClassName
{
background-color: #BA7E0C;
}
.BgClassName
{
background-color: #BA7E0C;
}
</style>
border-color css
<style>
span { border-color: #BA7E0C; }
span { border-color: rgb(186,126,12); }
td.TdClassName
{
border-color: #BA7E0C;
}
.TagClassName
{
border-color: #BA7E0C;
}
</style>