Shades of Dark Goldenrod #BA851C
Tints of Dark Goldenrod #BA851C
RGB
CMYK
RGB Variations
Color information
#BA851C (or 0xBA851C) is known color: Dark Goldenrod. HEX triplet: BA, 85 and 1C. RGB value is (186,133,28). Sum of RGB (Red+Green+Blue) = 186+133+28=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA851C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA851C is #457AE3. Grayscale: #898989. Windows color (decimal): -4553444 or 1869242. OLE color: 1869242.
HSL color Cylindrical-coordinate representation of color #BA851C: hue angle of 39.87º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA851C is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 28 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.27 |
| HSL | 39.87º | 0.74% | 0.42% | - |
| HSV(B) | 39.87º | 0.85% | 0.73% | - |
| XYZ | 28.85 | 27.3 | 4.85 | - |
| YUV | 136.88 | 66.56 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 28 | 0 | 0.28 | 0.85 | 0.27 | 39.87 | 0.74 | 0.42 |
| Hex | BA | 85 | 1C | 0 | 1C | 55 | 1B | 28 | 4A | 2A |
| Octal | 272 | 205 | 34 | 0 | 34 | 125 | 33 | 50 | 112 | 52 |
| Binary | 10111010 | 10000101 | 11100 | 0 | 11100 | 1010101 | 11011 | 101000 | 1001010 | 101010 |
Color Harmonies of #BA851C
Complementary color
Monochromatic Colors of #BA851C
Black with #BA851C
Text Example
Text Example
White with #BA851C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA851C; }
p { color: rgb(186,133,28); }
H1.HeaderClassName
{
color: #BA851C;
}
.AnyTagClassName
{
color: #BA851C;
}
</style>
background-color css
<style>
a { background-color: #BA851C; }
a { background-color: rgb(186,133,28); }
div.DivClassName
{
background-color: #BA851C;
}
.BgClassName
{
background-color: #BA851C;
}
</style>
border-color css
<style>
span { border-color: #BA851C; }
span { border-color: rgb(186,133,28); }
td.TdClassName
{
border-color: #BA851C;
}
.TagClassName
{
border-color: #BA851C;
}
</style>