Shades of Dark Goldenrod #BA7D12
Tints of Dark Goldenrod #BA7D12
RGB
CMYK
RGB Variations
Color information
#BA7D12 (or 0xBA7D12) is known color: Dark Goldenrod. HEX triplet: BA, 7D and 12. RGB value is (186,125,18). Sum of RGB (Red+Green+Blue) = 186+125+18=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7D12 is #4582ED. Grayscale: #838383. Windows color (decimal): -4555502 or 1211834. OLE color: 1211834.
HSL color Cylindrical-coordinate representation of color #BA7D12: hue angle of 38.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA7D12 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 18 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.27 |
| HSL | 38.21º | 0.82% | 0.4% | - |
| HSV(B) | 38.21º | 0.9% | 0.73% | - |
| XYZ | 27.69 | 25.15 | 3.97 | - |
| YUV | 131.04 | 64.21 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 18 | 0 | 0.33 | 0.90 | 0.27 | 38.21 | 0.82 | 0.4 |
| Hex | BA | 7D | 12 | 0 | 21 | 5A | 1B | 26 | 52 | 28 |
| Octal | 272 | 175 | 22 | 0 | 41 | 132 | 33 | 46 | 122 | 50 |
| Binary | 10111010 | 1111101 | 10010 | 0 | 100001 | 1011010 | 11011 | 100110 | 1010010 | 101000 |
Color Harmonies of #BA7D12
Complementary color
Monochromatic Colors of #BA7D12
Black with #BA7D12
Text Example
Text Example
White with #BA7D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D12; }
p { color: rgb(186,125,18); }
H1.HeaderClassName
{
color: #BA7D12;
}
.AnyTagClassName
{
color: #BA7D12;
}
</style>
background-color css
<style>
a { background-color: #BA7D12; }
a { background-color: rgb(186,125,18); }
div.DivClassName
{
background-color: #BA7D12;
}
.BgClassName
{
background-color: #BA7D12;
}
</style>
border-color css
<style>
span { border-color: #BA7D12; }
span { border-color: rgb(186,125,18); }
td.TdClassName
{
border-color: #BA7D12;
}
.TagClassName
{
border-color: #BA7D12;
}
</style>