Shades of Dark Goldenrod #BA8801
Tints of Dark Goldenrod #BA8801
RGB
CMYK
RGB Variations
Color information
#BA8801 (or 0xBA8801) is known color: Dark Goldenrod. HEX triplet: BA, 88 and 01. RGB value is (186,136,1). Sum of RGB (Red+Green+Blue) = 186+136+1=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8801 is #4577FE. Grayscale: #888888. Windows color (decimal): -4552703 or 100538. OLE color: 100538.
HSL color Cylindrical-coordinate representation of color #BA8801: hue angle of 43.78º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA8801 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 1 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.27 |
| HSL | 43.78º | 0.99% | 0.37% | - |
| HSV(B) | 43.78º | 0.99% | 0.73% | - |
| XYZ | 29.06 | 28.05 | 3.91 | - |
| YUV | 135.56 | 52.07 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 1 | 0 | 0.27 | 0.99 | 0.27 | 43.78 | 0.99 | 0.37 |
| Hex | BA | 88 | 1 | 0 | 1B | 63 | 1B | 2C | 63 | 25 |
| Octal | 272 | 210 | 1 | 0 | 33 | 143 | 33 | 54 | 143 | 45 |
| Binary | 10111010 | 10001000 | 1 | 0 | 11011 | 1100011 | 11011 | 101100 | 1100011 | 100101 |
Color Harmonies of #BA8801
Complementary color
Monochromatic Colors of #BA8801
Black with #BA8801
Text Example
Text Example
White with #BA8801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8801; }
p { color: rgb(186,136,1); }
H1.HeaderClassName
{
color: #BA8801;
}
.AnyTagClassName
{
color: #BA8801;
}
</style>
background-color css
<style>
a { background-color: #BA8801; }
a { background-color: rgb(186,136,1); }
div.DivClassName
{
background-color: #BA8801;
}
.BgClassName
{
background-color: #BA8801;
}
</style>
border-color css
<style>
span { border-color: #BA8801; }
span { border-color: rgb(186,136,1); }
td.TdClassName
{
border-color: #BA8801;
}
.TagClassName
{
border-color: #BA8801;
}
</style>