Shades of Dark Goldenrod #BA8108
Tints of Dark Goldenrod #BA8108
RGB
CMYK
RGB Variations
Color information
#BA8108 (or 0xBA8108) is known color: Dark Goldenrod. HEX triplet: BA, 81 and 08. RGB value is (186,129,8). Sum of RGB (Red+Green+Blue) = 186+129+8=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8108 is #457EF7. Grayscale: #848484. Windows color (decimal): -4554488 or 557498. OLE color: 557498.
HSL color Cylindrical-coordinate representation of color #BA8108: hue angle of 40.79º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA8108 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 8 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.27 |
| HSL | 40.79º | 0.92% | 0.38% | - |
| HSV(B) | 40.79º | 0.96% | 0.73% | - |
| XYZ | 28.14 | 26.16 | 3.8 | - |
| YUV | 132.25 | 57.88 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 8 | 0 | 0.31 | 0.96 | 0.27 | 40.79 | 0.92 | 0.38 |
| Hex | BA | 81 | 8 | 0 | 1F | 60 | 1B | 29 | 5C | 26 |
| Octal | 272 | 201 | 10 | 0 | 37 | 140 | 33 | 51 | 134 | 46 |
| Binary | 10111010 | 10000001 | 1000 | 0 | 11111 | 1100000 | 11011 | 101001 | 1011100 | 100110 |
Color Harmonies of #BA8108
Complementary color
Monochromatic Colors of #BA8108
Black with #BA8108
Text Example
Text Example
White with #BA8108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8108; }
p { color: rgb(186,129,8); }
H1.HeaderClassName
{
color: #BA8108;
}
.AnyTagClassName
{
color: #BA8108;
}
</style>
background-color css
<style>
a { background-color: #BA8108; }
a { background-color: rgb(186,129,8); }
div.DivClassName
{
background-color: #BA8108;
}
.BgClassName
{
background-color: #BA8108;
}
</style>
border-color css
<style>
span { border-color: #BA8108; }
span { border-color: rgb(186,129,8); }
td.TdClassName
{
border-color: #BA8108;
}
.TagClassName
{
border-color: #BA8108;
}
</style>