Shades of Dark Goldenrod #BA810D
Tints of Dark Goldenrod #BA810D
RGB
CMYK
RGB Variations
Color information
#BA810D (or 0xBA810D) is known color: Dark Goldenrod. HEX triplet: BA, 81 and 0D. RGB value is (186,129,13). Sum of RGB (Red+Green+Blue) = 186+129+13=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA810D is #457EF2. Grayscale: #858585. Windows color (decimal): -4554483 or 885178. OLE color: 885178.
HSL color Cylindrical-coordinate representation of color #BA810D: hue angle of 40.23º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA810D is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 13 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.27 |
| HSL | 40.23º | 0.87% | 0.39% | - |
| HSV(B) | 40.23º | 0.93% | 0.73% | - |
| XYZ | 28.17 | 26.17 | 3.95 | - |
| YUV | 132.82 | 60.38 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 13 | 0 | 0.31 | 0.93 | 0.27 | 40.23 | 0.87 | 0.39 |
| Hex | BA | 81 | D | 0 | 1F | 5D | 1B | 28 | 57 | 27 |
| Octal | 272 | 201 | 15 | 0 | 37 | 135 | 33 | 50 | 127 | 47 |
| Binary | 10111010 | 10000001 | 1101 | 0 | 11111 | 1011101 | 11011 | 101000 | 1010111 | 100111 |
Color Harmonies of #BA810D
Complementary color
Monochromatic Colors of #BA810D
Black with #BA810D
Text Example
Text Example
White with #BA810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA810D; }
p { color: rgb(186,129,13); }
H1.HeaderClassName
{
color: #BA810D;
}
.AnyTagClassName
{
color: #BA810D;
}
</style>
background-color css
<style>
a { background-color: #BA810D; }
a { background-color: rgb(186,129,13); }
div.DivClassName
{
background-color: #BA810D;
}
.BgClassName
{
background-color: #BA810D;
}
</style>
border-color css
<style>
span { border-color: #BA810D; }
span { border-color: rgb(186,129,13); }
td.TdClassName
{
border-color: #BA810D;
}
.TagClassName
{
border-color: #BA810D;
}
</style>