Shades of Dark Goldenrod #BA871C
Tints of Dark Goldenrod #BA871C
RGB
CMYK
RGB Variations
Color information
#BA871C (or 0xBA871C) is known color: Dark Goldenrod. HEX triplet: BA, 87 and 1C. RGB value is (186,135,28). Sum of RGB (Red+Green+Blue) = 186+135+28=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA871C is #4578E3. Grayscale: #8A8A8A. Windows color (decimal): -4552932 or 1869754. OLE color: 1869754.
HSL color Cylindrical-coordinate representation of color #BA871C: hue angle of 40.63º 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 #BA871C is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 28 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.27 |
| HSL | 40.63º | 0.74% | 0.42% | - |
| HSV(B) | 40.63º | 0.85% | 0.73% | - |
| XYZ | 29.12 | 27.85 | 4.94 | - |
| YUV | 138.05 | 65.9 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 28 | 0 | 0.27 | 0.85 | 0.27 | 40.63 | 0.74 | 0.42 |
| Hex | BA | 87 | 1C | 0 | 1B | 55 | 1B | 29 | 4A | 2A |
| Octal | 272 | 207 | 34 | 0 | 33 | 125 | 33 | 51 | 112 | 52 |
| Binary | 10111010 | 10000111 | 11100 | 0 | 11011 | 1010101 | 11011 | 101001 | 1001010 | 101010 |
Color Harmonies of #BA871C
Complementary color
Monochromatic Colors of #BA871C
Black with #BA871C
Text Example
Text Example
White with #BA871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA871C; }
p { color: rgb(186,135,28); }
H1.HeaderClassName
{
color: #BA871C;
}
.AnyTagClassName
{
color: #BA871C;
}
</style>
background-color css
<style>
a { background-color: #BA871C; }
a { background-color: rgb(186,135,28); }
div.DivClassName
{
background-color: #BA871C;
}
.BgClassName
{
background-color: #BA871C;
}
</style>
border-color css
<style>
span { border-color: #BA871C; }
span { border-color: rgb(186,135,28); }
td.TdClassName
{
border-color: #BA871C;
}
.TagClassName
{
border-color: #BA871C;
}
</style>