Shades of Dark Goldenrod #BA7812
Tints of Dark Goldenrod #BA7812
RGB
CMYK
RGB Variations
Color information
#BA7812 (or 0xBA7812) is known color: Dark Goldenrod. HEX triplet: BA, 78 and 12. RGB value is (186,120,18). Sum of RGB (Red+Green+Blue) = 186+120+18=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7812 is #4587ED. Grayscale: #808080. Windows color (decimal): -4556782 or 1210554. OLE color: 1210554.
HSL color Cylindrical-coordinate representation of color #BA7812: hue angle of 36.43º 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 #BA7812 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 18 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.27 |
| HSL | 36.43º | 0.82% | 0.4% | - |
| HSV(B) | 36.43º | 0.9% | 0.73% | - |
| XYZ | 27.08 | 23.92 | 3.76 | - |
| YUV | 128.11 | 65.87 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 18 | 0 | 0.35 | 0.90 | 0.27 | 36.43 | 0.82 | 0.4 |
| Hex | BA | 78 | 12 | 0 | 23 | 5A | 1B | 24 | 52 | 28 |
| Octal | 272 | 170 | 22 | 0 | 43 | 132 | 33 | 44 | 122 | 50 |
| Binary | 10111010 | 1111000 | 10010 | 0 | 100011 | 1011010 | 11011 | 100100 | 1010010 | 101000 |
Color Harmonies of #BA7812
Complementary color
Monochromatic Colors of #BA7812
Black with #BA7812
Text Example
Text Example
White with #BA7812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7812; }
p { color: rgb(186,120,18); }
H1.HeaderClassName
{
color: #BA7812;
}
.AnyTagClassName
{
color: #BA7812;
}
</style>
background-color css
<style>
a { background-color: #BA7812; }
a { background-color: rgb(186,120,18); }
div.DivClassName
{
background-color: #BA7812;
}
.BgClassName
{
background-color: #BA7812;
}
</style>
border-color css
<style>
span { border-color: #BA7812; }
span { border-color: rgb(186,120,18); }
td.TdClassName
{
border-color: #BA7812;
}
.TagClassName
{
border-color: #BA7812;
}
</style>