Shades of Dark Goldenrod #BA920E
Tints of Dark Goldenrod #BA920E
RGB
CMYK
RGB Variations
Color information
#BA920E (or 0xBA920E) is known color: Dark Goldenrod. HEX triplet: BA, 92 and 0E. RGB value is (186,146,14). Sum of RGB (Red+Green+Blue) = 186+146+14=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA920E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA920E is #456DF1. Grayscale: #8F8F8F. Windows color (decimal): -4550130 or 955066. OLE color: 955066.
HSL color Cylindrical-coordinate representation of color #BA920E: hue angle of 46.05º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA920E is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 14 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.27 |
| HSL | 46.05º | 0.86% | 0.39% | - |
| HSV(B) | 46.05º | 0.92% | 0.73% | - |
| XYZ | 30.61 | 31.03 | 4.79 | - |
| YUV | 142.91 | 55.25 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 14 | 0 | 0.22 | 0.92 | 0.27 | 46.05 | 0.86 | 0.39 |
| Hex | BA | 92 | E | 0 | 16 | 5C | 1B | 2E | 56 | 27 |
| Octal | 272 | 222 | 16 | 0 | 26 | 134 | 33 | 56 | 126 | 47 |
| Binary | 10111010 | 10010010 | 1110 | 0 | 10110 | 1011100 | 11011 | 101110 | 1010110 | 100111 |
Color Harmonies of #BA920E
Complementary color
Monochromatic Colors of #BA920E
Black with #BA920E
Text Example
Text Example
White with #BA920E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA920E; }
p { color: rgb(186,146,14); }
H1.HeaderClassName
{
color: #BA920E;
}
.AnyTagClassName
{
color: #BA920E;
}
</style>
background-color css
<style>
a { background-color: #BA920E; }
a { background-color: rgb(186,146,14); }
div.DivClassName
{
background-color: #BA920E;
}
.BgClassName
{
background-color: #BA920E;
}
</style>
border-color css
<style>
span { border-color: #BA920E; }
span { border-color: rgb(186,146,14); }
td.TdClassName
{
border-color: #BA920E;
}
.TagClassName
{
border-color: #BA920E;
}
</style>