Shades of Reno Sand #B46820
Tints of Reno Sand #B46820
RGB
CMYK
RGB Variations
Color information
#B46820 (or 0xB46820) is known color: Reno Sand. HEX triplet: B4, 68 and 20. RGB value is (180,104,32). Sum of RGB (Red+Green+Blue) = 180+104+32=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B46820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46820 is #4B97DF. Grayscale: #767676. Windows color (decimal): -4954080 or 2123956. OLE color: 2123956.
HSL color Cylindrical-coordinate representation of color #B46820: hue angle of 29.19º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B46820 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 32 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.29 |
| HSL | 29.19º | 0.7% | 0.42% | - |
| HSV(B) | 29.19º | 0.82% | 0.71% | - |
| XYZ | 24.03 | 19.71 | 3.9 | - |
| YUV | 118.52 | 79.18 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 32 | 0 | 0.42 | 0.82 | 0.29 | 29.19 | 0.7 | 0.42 |
| Hex | B4 | 68 | 20 | 0 | 2A | 52 | 1D | 1D | 46 | 2A |
| Octal | 264 | 150 | 40 | 0 | 52 | 122 | 35 | 35 | 106 | 52 |
| Binary | 10110100 | 1101000 | 100000 | 0 | 101010 | 1010010 | 11101 | 11101 | 1000110 | 101010 |
Color Harmonies of #B46820
Complementary color
Monochromatic Colors of #B46820
Black with #B46820
Text Example
Text Example
White with #B46820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46820; }
p { color: rgb(180,104,32); }
H1.HeaderClassName
{
color: #B46820;
}
.AnyTagClassName
{
color: #B46820;
}
</style>
background-color css
<style>
a { background-color: #B46820; }
a { background-color: rgb(180,104,32); }
div.DivClassName
{
background-color: #B46820;
}
.BgClassName
{
background-color: #B46820;
}
</style>
border-color css
<style>
span { border-color: #B46820; }
span { border-color: rgb(180,104,32); }
td.TdClassName
{
border-color: #B46820;
}
.TagClassName
{
border-color: #B46820;
}
</style>