Shades of Dark Goldenrod #BA840B
Tints of Dark Goldenrod #BA840B
RGB
CMYK
RGB Variations
Color information
#BA840B (or 0xBA840B) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 0B. RGB value is (186,132,11). Sum of RGB (Red+Green+Blue) = 186+132+11=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA840B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA840B is #457BF4. Grayscale: #868686. Windows color (decimal): -4553717 or 754874. OLE color: 754874.
HSL color Cylindrical-coordinate representation of color #BA840B: hue angle of 41.49º 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 #BA840B is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 11 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.27 |
| HSL | 41.49º | 0.89% | 0.39% | - |
| HSV(B) | 41.49º | 0.94% | 0.73% | - |
| XYZ | 28.56 | 26.97 | 4.02 | - |
| YUV | 134.35 | 58.39 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 11 | 0 | 0.29 | 0.94 | 0.27 | 41.49 | 0.89 | 0.39 |
| Hex | BA | 84 | B | 0 | 1D | 5E | 1B | 29 | 59 | 27 |
| Octal | 272 | 204 | 13 | 0 | 35 | 136 | 33 | 51 | 131 | 47 |
| Binary | 10111010 | 10000100 | 1011 | 0 | 11101 | 1011110 | 11011 | 101001 | 1011001 | 100111 |
Color Harmonies of #BA840B
Complementary color
Monochromatic Colors of #BA840B
Black with #BA840B
Text Example
Text Example
White with #BA840B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA840B; }
p { color: rgb(186,132,11); }
H1.HeaderClassName
{
color: #BA840B;
}
.AnyTagClassName
{
color: #BA840B;
}
</style>
background-color css
<style>
a { background-color: #BA840B; }
a { background-color: rgb(186,132,11); }
div.DivClassName
{
background-color: #BA840B;
}
.BgClassName
{
background-color: #BA840B;
}
</style>
border-color css
<style>
span { border-color: #BA840B; }
span { border-color: rgb(186,132,11); }
td.TdClassName
{
border-color: #BA840B;
}
.TagClassName
{
border-color: #BA840B;
}
</style>