Shades of Sundance #BAA850
Tints of Sundance #BAA850
RGB
CMYK
RGB Variations
Color information
#BAA850 (or 0xBAA850) is known color: Sundance. HEX triplet: BA, A8 and 50. RGB value is (186,168,80). Sum of RGB (Red+Green+Blue) = 186+168+80=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA850 is #4557AF. Grayscale: #A3A3A3. Windows color (decimal): -4544432 or 5286074. OLE color: 5286074.
HSL color Cylindrical-coordinate representation of color #BAA850: hue angle of 49.81º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAA850 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 80 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.27 |
| HSL | 49.81º | 0.43% | 0.52% | - |
| HSV(B) | 49.81º | 0.57% | 0.73% | - |
| XYZ | 35.7 | 39.02 | 13.24 | - |
| YUV | 163.35 | 80.96 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 80 | 0 | 0.10 | 0.57 | 0.27 | 49.81 | 0.43 | 0.52 |
| Hex | BA | A8 | 50 | 0 | A | 39 | 1B | 32 | 2B | 34 |
| Octal | 272 | 250 | 120 | 0 | 12 | 71 | 33 | 62 | 53 | 64 |
| Binary | 10111010 | 10101000 | 1010000 | 0 | 1010 | 111001 | 11011 | 110010 | 101011 | 110100 |
Color Harmonies of #BAA850
Complementary color
Monochromatic Colors of #BAA850
Black with #BAA850
Text Example
Text Example
White with #BAA850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA850; }
p { color: rgb(186,168,80); }
H1.HeaderClassName
{
color: #BAA850;
}
.AnyTagClassName
{
color: #BAA850;
}
</style>
background-color css
<style>
a { background-color: #BAA850; }
a { background-color: rgb(186,168,80); }
div.DivClassName
{
background-color: #BAA850;
}
.BgClassName
{
background-color: #BAA850;
}
</style>
border-color css
<style>
span { border-color: #BAA850; }
span { border-color: rgb(186,168,80); }
td.TdClassName
{
border-color: #BAA850;
}
.TagClassName
{
border-color: #BAA850;
}
</style>