Shades of Dark Goldenrod #BA810B
Tints of Dark Goldenrod #BA810B
RGB
CMYK
RGB Variations
Color information
#BA810B (or 0xBA810B) is known color: Dark Goldenrod. HEX triplet: BA, 81 and 0B. RGB value is (186,129,11). Sum of RGB (Red+Green+Blue) = 186+129+11=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA810B is #457EF4. Grayscale: #858585. Windows color (decimal): -4554485 or 754106. OLE color: 754106.
HSL color Cylindrical-coordinate representation of color #BA810B: hue angle of 40.46º 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 #BA810B is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 11 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.27 |
| HSL | 40.46º | 0.89% | 0.39% | - |
| HSV(B) | 40.46º | 0.94% | 0.73% | - |
| XYZ | 28.16 | 26.16 | 3.88 | - |
| YUV | 132.59 | 59.38 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 11 | 0 | 0.31 | 0.94 | 0.27 | 40.46 | 0.89 | 0.39 |
| Hex | BA | 81 | B | 0 | 1F | 5E | 1B | 28 | 59 | 27 |
| Octal | 272 | 201 | 13 | 0 | 37 | 136 | 33 | 50 | 131 | 47 |
| Binary | 10111010 | 10000001 | 1011 | 0 | 11111 | 1011110 | 11011 | 101000 | 1011001 | 100111 |
Color Harmonies of #BA810B
Complementary color
Monochromatic Colors of #BA810B
Black with #BA810B
Text Example
Text Example
White with #BA810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA810B; }
p { color: rgb(186,129,11); }
H1.HeaderClassName
{
color: #BA810B;
}
.AnyTagClassName
{
color: #BA810B;
}
</style>
background-color css
<style>
a { background-color: #BA810B; }
a { background-color: rgb(186,129,11); }
div.DivClassName
{
background-color: #BA810B;
}
.BgClassName
{
background-color: #BA810B;
}
</style>
border-color css
<style>
span { border-color: #BA810B; }
span { border-color: rgb(186,129,11); }
td.TdClassName
{
border-color: #BA810B;
}
.TagClassName
{
border-color: #BA810B;
}
</style>