Shades of Dark Goldenrod #BA8708
Tints of Dark Goldenrod #BA8708
RGB
CMYK
RGB Variations
Color information
#BA8708 (or 0xBA8708) is known color: Dark Goldenrod. HEX triplet: BA, 87 and 08. RGB value is (186,135,8). Sum of RGB (Red+Green+Blue) = 186+135+8=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8708 is #4578F7. Grayscale: #888888. Windows color (decimal): -4552952 or 559034. OLE color: 559034.
HSL color Cylindrical-coordinate representation of color #BA8708: hue angle of 42.81º 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 #BA8708 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 8 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.27 |
| HSL | 42.81º | 0.92% | 0.38% | - |
| HSV(B) | 42.81º | 0.96% | 0.73% | - |
| XYZ | 28.96 | 27.78 | 4.07 | - |
| YUV | 135.77 | 55.9 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 8 | 0 | 0.27 | 0.96 | 0.27 | 42.81 | 0.92 | 0.38 |
| Hex | BA | 87 | 8 | 0 | 1B | 60 | 1B | 2B | 5C | 26 |
| Octal | 272 | 207 | 10 | 0 | 33 | 140 | 33 | 53 | 134 | 46 |
| Binary | 10111010 | 10000111 | 1000 | 0 | 11011 | 1100000 | 11011 | 101011 | 1011100 | 100110 |
Color Harmonies of #BA8708
Complementary color
Monochromatic Colors of #BA8708
Black with #BA8708
Text Example
Text Example
White with #BA8708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8708; }
p { color: rgb(186,135,8); }
H1.HeaderClassName
{
color: #BA8708;
}
.AnyTagClassName
{
color: #BA8708;
}
</style>
background-color css
<style>
a { background-color: #BA8708; }
a { background-color: rgb(186,135,8); }
div.DivClassName
{
background-color: #BA8708;
}
.BgClassName
{
background-color: #BA8708;
}
</style>
border-color css
<style>
span { border-color: #BA8708; }
span { border-color: rgb(186,135,8); }
td.TdClassName
{
border-color: #BA8708;
}
.TagClassName
{
border-color: #BA8708;
}
</style>