Shades of Dark Goldenrod #BA8117
Tints of Dark Goldenrod #BA8117
RGB
CMYK
RGB Variations
Color information
#BA8117 (or 0xBA8117) is known color: Dark Goldenrod. HEX triplet: BA, 81 and 17. RGB value is (186,129,23). Sum of RGB (Red+Green+Blue) = 186+129+23=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8117 is #457EE8. Grayscale: #868686. Windows color (decimal): -4554473 or 1540538. OLE color: 1540538.
HSL color Cylindrical-coordinate representation of color #BA8117: hue angle of 39.02º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA8117 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 23 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.27 |
| HSL | 39.02º | 0.78% | 0.41% | - |
| HSV(B) | 39.02º | 0.88% | 0.73% | - |
| XYZ | 28.25 | 26.2 | 4.38 | - |
| YUV | 133.96 | 65.38 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 23 | 0 | 0.31 | 0.88 | 0.27 | 39.02 | 0.78 | 0.41 |
| Hex | BA | 81 | 17 | 0 | 1F | 58 | 1B | 27 | 4E | 29 |
| Octal | 272 | 201 | 27 | 0 | 37 | 130 | 33 | 47 | 116 | 51 |
| Binary | 10111010 | 10000001 | 10111 | 0 | 11111 | 1011000 | 11011 | 100111 | 1001110 | 101001 |
Color Harmonies of #BA8117
Complementary color
Monochromatic Colors of #BA8117
Black with #BA8117
Text Example
Text Example
White with #BA8117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8117; }
p { color: rgb(186,129,23); }
H1.HeaderClassName
{
color: #BA8117;
}
.AnyTagClassName
{
color: #BA8117;
}
</style>
background-color css
<style>
a { background-color: #BA8117; }
a { background-color: rgb(186,129,23); }
div.DivClassName
{
background-color: #BA8117;
}
.BgClassName
{
background-color: #BA8117;
}
</style>
border-color css
<style>
span { border-color: #BA8117; }
span { border-color: rgb(186,129,23); }
td.TdClassName
{
border-color: #BA8117;
}
.TagClassName
{
border-color: #BA8117;
}
</style>