Shades of Sundance #BAB04E
Tints of Sundance #BAB04E
RGB
CMYK
RGB Variations
Color information
#BAB04E (or 0xBAB04E) is known color: Sundance. HEX triplet: BA, B0 and 4E. RGB value is (186,176,78). Sum of RGB (Red+Green+Blue) = 186+176+78=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB04E is #454FB1. Grayscale: #A8A8A8. Windows color (decimal): -4542386 or 5157050. OLE color: 5157050.
HSL color Cylindrical-coordinate representation of color #BAB04E: hue angle of 54.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAB04E is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 78 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.27 |
| HSL | 54.44º | 0.44% | 0.52% | - |
| HSV(B) | 54.44º | 0.58% | 0.73% | - |
| XYZ | 37.15 | 42.04 | 13.36 | - |
| YUV | 167.82 | 77.31 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 78 | 0 | 0.05 | 0.58 | 0.27 | 54.44 | 0.44 | 0.52 |
| Hex | BA | B0 | 4E | 0 | 5 | 3A | 1B | 36 | 2C | 34 |
| Octal | 272 | 260 | 116 | 0 | 5 | 72 | 33 | 66 | 54 | 64 |
| Binary | 10111010 | 10110000 | 1001110 | 0 | 101 | 111010 | 11011 | 110110 | 101100 | 110100 |
Color Harmonies of #BAB04E
Complementary color
Monochromatic Colors of #BAB04E
Black with #BAB04E
Text Example
Text Example
White with #BAB04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB04E; }
p { color: rgb(186,176,78); }
H1.HeaderClassName
{
color: #BAB04E;
}
.AnyTagClassName
{
color: #BAB04E;
}
</style>
background-color css
<style>
a { background-color: #BAB04E; }
a { background-color: rgb(186,176,78); }
div.DivClassName
{
background-color: #BAB04E;
}
.BgClassName
{
background-color: #BAB04E;
}
</style>
border-color css
<style>
span { border-color: #BAB04E; }
span { border-color: rgb(186,176,78); }
td.TdClassName
{
border-color: #BAB04E;
}
.TagClassName
{
border-color: #BAB04E;
}
</style>