Shades of Dark Goldenrod #BA830A
Tints of Dark Goldenrod #BA830A
RGB
CMYK
RGB Variations
Color information
#BA830A (or 0xBA830A) is known color: Dark Goldenrod. HEX triplet: BA, 83 and 0A. RGB value is (186,131,10). Sum of RGB (Red+Green+Blue) = 186+131+10=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA830A is #457CF5. Grayscale: #868686. Windows color (decimal): -4553974 or 689082. OLE color: 689082.
HSL color Cylindrical-coordinate representation of color #BA830A: hue angle of 41.25º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA830A is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 10 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.27 |
| HSL | 41.25º | 0.9% | 0.38% | - |
| HSV(B) | 41.25º | 0.95% | 0.73% | - |
| XYZ | 28.42 | 26.69 | 3.94 | - |
| YUV | 133.65 | 58.22 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 10 | 0 | 0.30 | 0.95 | 0.27 | 41.25 | 0.9 | 0.38 |
| Hex | BA | 83 | A | 0 | 1E | 5F | 1B | 29 | 5A | 26 |
| Octal | 272 | 203 | 12 | 0 | 36 | 137 | 33 | 51 | 132 | 46 |
| Binary | 10111010 | 10000011 | 1010 | 0 | 11110 | 1011111 | 11011 | 101001 | 1011010 | 100110 |
Color Harmonies of #BA830A
Complementary color
Monochromatic Colors of #BA830A
Black with #BA830A
Text Example
Text Example
White with #BA830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA830A; }
p { color: rgb(186,131,10); }
H1.HeaderClassName
{
color: #BA830A;
}
.AnyTagClassName
{
color: #BA830A;
}
</style>
background-color css
<style>
a { background-color: #BA830A; }
a { background-color: rgb(186,131,10); }
div.DivClassName
{
background-color: #BA830A;
}
.BgClassName
{
background-color: #BA830A;
}
</style>
border-color css
<style>
span { border-color: #BA830A; }
span { border-color: rgb(186,131,10); }
td.TdClassName
{
border-color: #BA830A;
}
.TagClassName
{
border-color: #BA830A;
}
</style>