Shades of Dark Goldenrod #BA800B
Tints of Dark Goldenrod #BA800B
RGB
CMYK
RGB Variations
Color information
#BA800B (or 0xBA800B) is known color: Dark Goldenrod. HEX triplet: BA, 80 and 0B. RGB value is (186,128,11). Sum of RGB (Red+Green+Blue) = 186+128+11=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA800B is #457FF4. Grayscale: #848484. Windows color (decimal): -4554741 or 753850. OLE color: 753850.
HSL color Cylindrical-coordinate representation of color #BA800B: hue angle of 40.11º 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 #BA800B is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 11 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.27 |
| HSL | 40.11º | 0.89% | 0.39% | - |
| HSV(B) | 40.11º | 0.94% | 0.73% | - |
| XYZ | 28.03 | 25.9 | 3.84 | - |
| YUV | 132 | 59.72 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 11 | 0 | 0.31 | 0.94 | 0.27 | 40.11 | 0.89 | 0.39 |
| Hex | BA | 80 | B | 0 | 1F | 5E | 1B | 28 | 59 | 27 |
| Octal | 272 | 200 | 13 | 0 | 37 | 136 | 33 | 50 | 131 | 47 |
| Binary | 10111010 | 10000000 | 1011 | 0 | 11111 | 1011110 | 11011 | 101000 | 1011001 | 100111 |
Color Harmonies of #BA800B
Complementary color
Monochromatic Colors of #BA800B
Black with #BA800B
Text Example
Text Example
White with #BA800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA800B; }
p { color: rgb(186,128,11); }
H1.HeaderClassName
{
color: #BA800B;
}
.AnyTagClassName
{
color: #BA800B;
}
</style>
background-color css
<style>
a { background-color: #BA800B; }
a { background-color: rgb(186,128,11); }
div.DivClassName
{
background-color: #BA800B;
}
.BgClassName
{
background-color: #BA800B;
}
</style>
border-color css
<style>
span { border-color: #BA800B; }
span { border-color: rgb(186,128,11); }
td.TdClassName
{
border-color: #BA800B;
}
.TagClassName
{
border-color: #BA800B;
}
</style>