Shades of Reno Sand #B46636
Tints of Reno Sand #B46636
RGB
CMYK
RGB Variations
Color information
#B46636 (or 0xB46636) is known color: Reno Sand. HEX triplet: B4, 66 and 36. RGB value is (180,102,54). Sum of RGB (Red+Green+Blue) = 180+102+54=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B46636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46636 is #4B99C9. Grayscale: #787878. Windows color (decimal): -4954570 or 3565236. OLE color: 3565236.
HSL color Cylindrical-coordinate representation of color #B46636: hue angle of 22.86º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B46636 is Cyan = 0, Magento = 0.43, Yellow = 0.7 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 102 | 54 | - |
| CMYK | 0 | 0.43 | 0.7 | 0.29 |
| HSL | 22.86º | 0.54% | 0.46% | - |
| HSV(B) | 22.86º | 0.7% | 0.71% | - |
| XYZ | 24.24 | 19.47 | 5.97 | - |
| YUV | 119.85 | 90.84 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 102 | 54 | 0 | 0.43 | 0.7 | 0.29 | 22.86 | 0.54 | 0.46 |
| Hex | B4 | 66 | 36 | 0 | 2B | 46 | 1D | 17 | 36 | 2E |
| Octal | 264 | 146 | 66 | 0 | 53 | 106 | 35 | 27 | 66 | 56 |
| Binary | 10110100 | 1100110 | 110110 | 0 | 101011 | 1000110 | 11101 | 10111 | 110110 | 101110 |
Color Harmonies of #B46636
Complementary color
Monochromatic Colors of #B46636
Black with #B46636
Text Example
Text Example
White with #B46636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46636; }
p { color: rgb(180,102,54); }
H1.HeaderClassName
{
color: #B46636;
}
.AnyTagClassName
{
color: #B46636;
}
</style>
background-color css
<style>
a { background-color: #B46636; }
a { background-color: rgb(180,102,54); }
div.DivClassName
{
background-color: #B46636;
}
.BgClassName
{
background-color: #B46636;
}
</style>
border-color css
<style>
span { border-color: #B46636; }
span { border-color: rgb(180,102,54); }
td.TdClassName
{
border-color: #B46636;
}
.TagClassName
{
border-color: #B46636;
}
</style>