Shades of Dark Goldenrod #BA8800
Tints of Dark Goldenrod #BA8800
RGB
CMYK
RGB Variations
Color information
#BA8800 (or 0xBA8800) is known color: Dark Goldenrod. HEX triplet: BA, 88 and 00. RGB value is (186,136,0). Sum of RGB (Red+Green+Blue) = 186+136+0=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8800 is #4577FF. Grayscale: #888888. Windows color (decimal): -4552704 or 35002. OLE color: 35002.
HSL color Cylindrical-coordinate representation of color #BA8800: hue angle of 43.87º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA8800 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.27 |
| HSL | 43.87º | 1% | 0.36% | - |
| HSV(B) | 43.87º | 1% | 0.73% | - |
| XYZ | 29.05 | 28.05 | 3.88 | - |
| YUV | 135.45 | 51.57 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 0 | 0 | 0.27 | 1 | 0.27 | 43.87 | 1 | 0.36 |
| Hex | BA | 88 | 0 | 0 | 1B | 64 | 1B | 2C | 64 | 24 |
| Octal | 272 | 210 | 0 | 0 | 33 | 144 | 33 | 54 | 144 | 44 |
| Binary | 10111010 | 10001000 | 0 | 0 | 11011 | 1100100 | 11011 | 101100 | 1100100 | 100100 |
Color Harmonies of #BA8800
Complementary color
Monochromatic Colors of #BA8800
Black with #BA8800
Text Example
Text Example
White with #BA8800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8800; }
p { color: rgb(186,136,0); }
H1.HeaderClassName
{
color: #BA8800;
}
.AnyTagClassName
{
color: #BA8800;
}
</style>
background-color css
<style>
a { background-color: #BA8800; }
a { background-color: rgb(186,136,0); }
div.DivClassName
{
background-color: #BA8800;
}
.BgClassName
{
background-color: #BA8800;
}
</style>
border-color css
<style>
span { border-color: #BA8800; }
span { border-color: rgb(186,136,0); }
td.TdClassName
{
border-color: #BA8800;
}
.TagClassName
{
border-color: #BA8800;
}
</style>