Shades of Dark Goldenrod #BA820C
Tints of Dark Goldenrod #BA820C
RGB
CMYK
RGB Variations
Color information
#BA820C (or 0xBA820C) is known color: Dark Goldenrod. HEX triplet: BA, 82 and 0C. RGB value is (186,130,12). Sum of RGB (Red+Green+Blue) = 186+130+12=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA820C is #457DF3. Grayscale: #858585. Windows color (decimal): -4554228 or 819898. OLE color: 819898.
HSL color Cylindrical-coordinate representation of color #BA820C: hue angle of 40.69º 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 #BA820C is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 12 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.27 |
| HSL | 40.69º | 0.88% | 0.39% | - |
| HSV(B) | 40.69º | 0.94% | 0.73% | - |
| XYZ | 28.3 | 26.43 | 3.96 | - |
| YUV | 133.29 | 59.55 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 12 | 0 | 0.30 | 0.94 | 0.27 | 40.69 | 0.88 | 0.39 |
| Hex | BA | 82 | C | 0 | 1E | 5E | 1B | 29 | 58 | 27 |
| Octal | 272 | 202 | 14 | 0 | 36 | 136 | 33 | 51 | 130 | 47 |
| Binary | 10111010 | 10000010 | 1100 | 0 | 11110 | 1011110 | 11011 | 101001 | 1011000 | 100111 |
Color Harmonies of #BA820C
Complementary color
Monochromatic Colors of #BA820C
Black with #BA820C
Text Example
Text Example
White with #BA820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA820C; }
p { color: rgb(186,130,12); }
H1.HeaderClassName
{
color: #BA820C;
}
.AnyTagClassName
{
color: #BA820C;
}
</style>
background-color css
<style>
a { background-color: #BA820C; }
a { background-color: rgb(186,130,12); }
div.DivClassName
{
background-color: #BA820C;
}
.BgClassName
{
background-color: #BA820C;
}
</style>
border-color css
<style>
span { border-color: #BA820C; }
span { border-color: rgb(186,130,12); }
td.TdClassName
{
border-color: #BA820C;
}
.TagClassName
{
border-color: #BA820C;
}
</style>