Shades of Dark Goldenrod #BA800C
Tints of Dark Goldenrod #BA800C
RGB
CMYK
RGB Variations
Color information
#BA800C (or 0xBA800C) is known color: Dark Goldenrod. HEX triplet: BA, 80 and 0C. RGB value is (186,128,12). Sum of RGB (Red+Green+Blue) = 186+128+12=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA800C is #457FF3. Grayscale: #848484. Windows color (decimal): -4554740 or 819386. OLE color: 819386.
HSL color Cylindrical-coordinate representation of color #BA800C: hue angle of 40º 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 #BA800C is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 12 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.27 |
| HSL | 40º | 0.88% | 0.39% | - |
| HSV(B) | 40º | 0.94% | 0.73% | - |
| XYZ | 28.04 | 25.9 | 3.87 | - |
| YUV | 132.12 | 60.22 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 12 | 0 | 0.31 | 0.94 | 0.27 | 40 | 0.88 | 0.39 |
| Hex | BA | 80 | C | 0 | 1F | 5E | 1B | 28 | 58 | 27 |
| Octal | 272 | 200 | 14 | 0 | 37 | 136 | 33 | 50 | 130 | 47 |
| Binary | 10111010 | 10000000 | 1100 | 0 | 11111 | 1011110 | 11011 | 101000 | 1011000 | 100111 |
Color Harmonies of #BA800C
Complementary color
Monochromatic Colors of #BA800C
Black with #BA800C
Text Example
Text Example
White with #BA800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA800C; }
p { color: rgb(186,128,12); }
H1.HeaderClassName
{
color: #BA800C;
}
.AnyTagClassName
{
color: #BA800C;
}
</style>
background-color css
<style>
a { background-color: #BA800C; }
a { background-color: rgb(186,128,12); }
div.DivClassName
{
background-color: #BA800C;
}
.BgClassName
{
background-color: #BA800C;
}
</style>
border-color css
<style>
span { border-color: #BA800C; }
span { border-color: rgb(186,128,12); }
td.TdClassName
{
border-color: #BA800C;
}
.TagClassName
{
border-color: #BA800C;
}
</style>