Shades of Dark Goldenrod #BA7B12
Tints of Dark Goldenrod #BA7B12
RGB
CMYK
RGB Variations
Color information
#BA7B12 (or 0xBA7B12) is known color: Dark Goldenrod. HEX triplet: BA, 7B and 12. RGB value is (186,123,18). Sum of RGB (Red+Green+Blue) = 186+123+18=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7B12 is #4584ED. Grayscale: #828282. Windows color (decimal): -4556014 or 1211322. OLE color: 1211322.
HSL color Cylindrical-coordinate representation of color #BA7B12: hue angle of 37.5º 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 #BA7B12 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 18 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.27 |
| HSL | 37.5º | 0.82% | 0.4% | - |
| HSV(B) | 37.5º | 0.9% | 0.73% | - |
| XYZ | 27.44 | 24.65 | 3.88 | - |
| YUV | 129.87 | 64.87 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 18 | 0 | 0.34 | 0.90 | 0.27 | 37.5 | 0.82 | 0.4 |
| Hex | BA | 7B | 12 | 0 | 22 | 5A | 1B | 26 | 52 | 28 |
| Octal | 272 | 173 | 22 | 0 | 42 | 132 | 33 | 46 | 122 | 50 |
| Binary | 10111010 | 1111011 | 10010 | 0 | 100010 | 1011010 | 11011 | 100110 | 1010010 | 101000 |
Color Harmonies of #BA7B12
Complementary color
Monochromatic Colors of #BA7B12
Black with #BA7B12
Text Example
Text Example
White with #BA7B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B12; }
p { color: rgb(186,123,18); }
H1.HeaderClassName
{
color: #BA7B12;
}
.AnyTagClassName
{
color: #BA7B12;
}
</style>
background-color css
<style>
a { background-color: #BA7B12; }
a { background-color: rgb(186,123,18); }
div.DivClassName
{
background-color: #BA7B12;
}
.BgClassName
{
background-color: #BA7B12;
}
</style>
border-color css
<style>
span { border-color: #BA7B12; }
span { border-color: rgb(186,123,18); }
td.TdClassName
{
border-color: #BA7B12;
}
.TagClassName
{
border-color: #BA7B12;
}
</style>