Shades of Dark Goldenrod #BA830B
Tints of Dark Goldenrod #BA830B
RGB
CMYK
RGB Variations
Color information
#BA830B (or 0xBA830B) is known color: Dark Goldenrod. HEX triplet: BA, 83 and 0B. RGB value is (186,131,11). Sum of RGB (Red+Green+Blue) = 186+131+11=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA830B is #457CF4. Grayscale: #868686. Windows color (decimal): -4553973 or 754618. OLE color: 754618.
HSL color Cylindrical-coordinate representation of color #BA830B: hue angle of 41.14º degrees, saturation: 0.89, 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 #BA830B is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 11 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.27 |
| HSL | 41.14º | 0.89% | 0.39% | - |
| HSV(B) | 41.14º | 0.94% | 0.73% | - |
| XYZ | 28.43 | 26.7 | 3.97 | - |
| YUV | 133.77 | 58.72 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 11 | 0 | 0.30 | 0.94 | 0.27 | 41.14 | 0.89 | 0.39 |
| Hex | BA | 83 | B | 0 | 1E | 5E | 1B | 29 | 59 | 27 |
| Octal | 272 | 203 | 13 | 0 | 36 | 136 | 33 | 51 | 131 | 47 |
| Binary | 10111010 | 10000011 | 1011 | 0 | 11110 | 1011110 | 11011 | 101001 | 1011001 | 100111 |
Color Harmonies of #BA830B
Complementary color
Monochromatic Colors of #BA830B
Black with #BA830B
Text Example
Text Example
White with #BA830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA830B; }
p { color: rgb(186,131,11); }
H1.HeaderClassName
{
color: #BA830B;
}
.AnyTagClassName
{
color: #BA830B;
}
</style>
background-color css
<style>
a { background-color: #BA830B; }
a { background-color: rgb(186,131,11); }
div.DivClassName
{
background-color: #BA830B;
}
.BgClassName
{
background-color: #BA830B;
}
</style>
border-color css
<style>
span { border-color: #BA830B; }
span { border-color: rgb(186,131,11); }
td.TdClassName
{
border-color: #BA830B;
}
.TagClassName
{
border-color: #BA830B;
}
</style>