Shades of Reno Sand #BA6D33
Tints of Reno Sand #BA6D33
RGB
CMYK
RGB Variations
Color information
#BA6D33 (or 0xBA6D33) is known color: Reno Sand. HEX triplet: BA, 6D and 33. RGB value is (186,109,51). Sum of RGB (Red+Green+Blue) = 186+109+51=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D33 is #4592CC. Grayscale: #7D7D7D. Windows color (decimal): -4559565 or 3370426. OLE color: 3370426.
HSL color Cylindrical-coordinate representation of color #BA6D33: hue angle of 25.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA6D33 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 51 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.27 |
| HSL | 25.78º | 0.57% | 0.46% | - |
| HSV(B) | 25.78º | 0.73% | 0.73% | - |
| XYZ | 26.32 | 21.62 | 5.92 | - |
| YUV | 125.41 | 86.01 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 51 | 0 | 0.41 | 0.73 | 0.27 | 25.78 | 0.57 | 0.46 |
| Hex | BA | 6D | 33 | 0 | 29 | 49 | 1B | 1A | 39 | 2E |
| Octal | 272 | 155 | 63 | 0 | 51 | 111 | 33 | 32 | 71 | 56 |
| Binary | 10111010 | 1101101 | 110011 | 0 | 101001 | 1001001 | 11011 | 11010 | 111001 | 101110 |
Color Harmonies of #BA6D33
Complementary color
Monochromatic Colors of #BA6D33
Black with #BA6D33
Text Example
Text Example
White with #BA6D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D33; }
p { color: rgb(186,109,51); }
H1.HeaderClassName
{
color: #BA6D33;
}
.AnyTagClassName
{
color: #BA6D33;
}
</style>
background-color css
<style>
a { background-color: #BA6D33; }
a { background-color: rgb(186,109,51); }
div.DivClassName
{
background-color: #BA6D33;
}
.BgClassName
{
background-color: #BA6D33;
}
</style>
border-color css
<style>
span { border-color: #BA6D33; }
span { border-color: rgb(186,109,51); }
td.TdClassName
{
border-color: #BA6D33;
}
.TagClassName
{
border-color: #BA6D33;
}
</style>