Shades of Sundance #BAA34B
Tints of Sundance #BAA34B
RGB
CMYK
RGB Variations
Color information
#BAA34B (or 0xBAA34B) is known color: Sundance. HEX triplet: BA, A3 and 4B. RGB value is (186,163,75). Sum of RGB (Red+Green+Blue) = 186+163+75=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA34B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA34B is #455CB4. Grayscale: #A0A0A0. Windows color (decimal): -4545717 or 4957114. OLE color: 4957114.
HSL color Cylindrical-coordinate representation of color #BAA34B: hue angle of 47.57º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAA34B is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 75 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.27 |
| HSL | 47.57º | 0.45% | 0.51% | - |
| HSV(B) | 47.57º | 0.6% | 0.73% | - |
| XYZ | 34.62 | 37.14 | 12 | - |
| YUV | 159.85 | 80.12 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 75 | 0 | 0.12 | 0.60 | 0.27 | 47.57 | 0.45 | 0.51 |
| Hex | BA | A3 | 4B | 0 | C | 3C | 1B | 30 | 2D | 33 |
| Octal | 272 | 243 | 113 | 0 | 14 | 74 | 33 | 60 | 55 | 63 |
| Binary | 10111010 | 10100011 | 1001011 | 0 | 1100 | 111100 | 11011 | 110000 | 101101 | 110011 |
Color Harmonies of #BAA34B
Complementary color
Monochromatic Colors of #BAA34B
Black with #BAA34B
Text Example
Text Example
White with #BAA34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA34B; }
p { color: rgb(186,163,75); }
H1.HeaderClassName
{
color: #BAA34B;
}
.AnyTagClassName
{
color: #BAA34B;
}
</style>
background-color css
<style>
a { background-color: #BAA34B; }
a { background-color: rgb(186,163,75); }
div.DivClassName
{
background-color: #BAA34B;
}
.BgClassName
{
background-color: #BAA34B;
}
</style>
border-color css
<style>
span { border-color: #BAA34B; }
span { border-color: rgb(186,163,75); }
td.TdClassName
{
border-color: #BAA34B;
}
.TagClassName
{
border-color: #BAA34B;
}
</style>