Shades of Dark Goldenrod #BA7B14
Tints of Dark Goldenrod #BA7B14
RGB
CMYK
RGB Variations
Color information
#BA7B14 (or 0xBA7B14) is known color: Dark Goldenrod. HEX triplet: BA, 7B and 14. RGB value is (186,123,20). Sum of RGB (Red+Green+Blue) = 186+123+20=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7B14 is #4584EB. Grayscale: #828282. Windows color (decimal): -4556012 or 1342394. OLE color: 1342394.
HSL color Cylindrical-coordinate representation of color #BA7B14: hue angle of 37.23º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA7B14 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 20 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.27 |
| HSL | 37.23º | 0.81% | 0.4% | - |
| HSV(B) | 37.23º | 0.89% | 0.73% | - |
| XYZ | 27.46 | 24.66 | 3.97 | - |
| YUV | 130.1 | 65.87 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 20 | 0 | 0.34 | 0.89 | 0.27 | 37.23 | 0.81 | 0.4 |
| Hex | BA | 7B | 14 | 0 | 22 | 59 | 1B | 25 | 51 | 28 |
| Octal | 272 | 173 | 24 | 0 | 42 | 131 | 33 | 45 | 121 | 50 |
| Binary | 10111010 | 1111011 | 10100 | 0 | 100010 | 1011001 | 11011 | 100101 | 1010001 | 101000 |
Color Harmonies of #BA7B14
Complementary color
Monochromatic Colors of #BA7B14
Black with #BA7B14
Text Example
Text Example
White with #BA7B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B14; }
p { color: rgb(186,123,20); }
H1.HeaderClassName
{
color: #BA7B14;
}
.AnyTagClassName
{
color: #BA7B14;
}
</style>
background-color css
<style>
a { background-color: #BA7B14; }
a { background-color: rgb(186,123,20); }
div.DivClassName
{
background-color: #BA7B14;
}
.BgClassName
{
background-color: #BA7B14;
}
</style>
border-color css
<style>
span { border-color: #BA7B14; }
span { border-color: rgb(186,123,20); }
td.TdClassName
{
border-color: #BA7B14;
}
.TagClassName
{
border-color: #BA7B14;
}
</style>