Shades of Dark Goldenrod #BA8807
Tints of Dark Goldenrod #BA8807
RGB
CMYK
RGB Variations
Color information
#BA8807 (or 0xBA8807) is known color: Dark Goldenrod. HEX triplet: BA, 88 and 07. RGB value is (186,136,7). Sum of RGB (Red+Green+Blue) = 186+136+7=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8807 is #4577F8. Grayscale: #888888. Windows color (decimal): -4552697 or 493754. OLE color: 493754.
HSL color Cylindrical-coordinate representation of color #BA8807: hue angle of 43.24º degrees, saturation: 0.93, 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 #BA8807 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 7 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.27 |
| HSL | 43.24º | 0.93% | 0.38% | - |
| HSV(B) | 43.24º | 0.96% | 0.73% | - |
| XYZ | 29.09 | 28.06 | 4.08 | - |
| YUV | 136.24 | 55.07 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 7 | 0 | 0.27 | 0.96 | 0.27 | 43.24 | 0.93 | 0.38 |
| Hex | BA | 88 | 7 | 0 | 1B | 60 | 1B | 2B | 5D | 26 |
| Octal | 272 | 210 | 7 | 0 | 33 | 140 | 33 | 53 | 135 | 46 |
| Binary | 10111010 | 10001000 | 111 | 0 | 11011 | 1100000 | 11011 | 101011 | 1011101 | 100110 |
Color Harmonies of #BA8807
Complementary color
Monochromatic Colors of #BA8807
Black with #BA8807
Text Example
Text Example
White with #BA8807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8807; }
p { color: rgb(186,136,7); }
H1.HeaderClassName
{
color: #BA8807;
}
.AnyTagClassName
{
color: #BA8807;
}
</style>
background-color css
<style>
a { background-color: #BA8807; }
a { background-color: rgb(186,136,7); }
div.DivClassName
{
background-color: #BA8807;
}
.BgClassName
{
background-color: #BA8807;
}
</style>
border-color css
<style>
span { border-color: #BA8807; }
span { border-color: rgb(186,136,7); }
td.TdClassName
{
border-color: #BA8807;
}
.TagClassName
{
border-color: #BA8807;
}
</style>