Shades of Reno Sand #BA6C39
Tints of Reno Sand #BA6C39
RGB
CMYK
RGB Variations
Color information
#BA6C39 (or 0xBA6C39) is known color: Reno Sand. HEX triplet: BA, 6C and 39. RGB value is (186,108,57). Sum of RGB (Red+Green+Blue) = 186+108+57=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C39 is #4593C6. Grayscale: #7D7D7D. Windows color (decimal): -4559815 or 3763386. OLE color: 3763386.
HSL color Cylindrical-coordinate representation of color #BA6C39: hue angle of 23.72º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA6C39 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 57 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.27 |
| HSL | 23.72º | 0.53% | 0.48% | - |
| HSV(B) | 23.72º | 0.69% | 0.73% | - |
| XYZ | 26.35 | 21.46 | 6.62 | - |
| YUV | 125.51 | 89.34 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 57 | 0 | 0.42 | 0.69 | 0.27 | 23.72 | 0.53 | 0.48 |
| Hex | BA | 6C | 39 | 0 | 2A | 45 | 1B | 18 | 35 | 30 |
| Octal | 272 | 154 | 71 | 0 | 52 | 105 | 33 | 30 | 65 | 60 |
| Binary | 10111010 | 1101100 | 111001 | 0 | 101010 | 1000101 | 11011 | 11000 | 110101 | 110000 |
Color Harmonies of #BA6C39
Complementary color
Monochromatic Colors of #BA6C39
Black with #BA6C39
Text Example
Text Example
White with #BA6C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C39; }
p { color: rgb(186,108,57); }
H1.HeaderClassName
{
color: #BA6C39;
}
.AnyTagClassName
{
color: #BA6C39;
}
</style>
background-color css
<style>
a { background-color: #BA6C39; }
a { background-color: rgb(186,108,57); }
div.DivClassName
{
background-color: #BA6C39;
}
.BgClassName
{
background-color: #BA6C39;
}
</style>
border-color css
<style>
span { border-color: #BA6C39; }
span { border-color: rgb(186,108,57); }
td.TdClassName
{
border-color: #BA6C39;
}
.TagClassName
{
border-color: #BA6C39;
}
</style>