Shades of Reno Sand #B56932
Tints of Reno Sand #B56932
RGB
CMYK
RGB Variations
Color information
#B56932 (or 0xB56932) is known color: Reno Sand. HEX triplet: B5, 69 and 32. RGB value is (181,105,50). Sum of RGB (Red+Green+Blue) = 181+105+50=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B56932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56932 is #4A96CD. Grayscale: #797979. Windows color (decimal): -4888270 or 3303861. OLE color: 3303861.
HSL color Cylindrical-coordinate representation of color #B56932: hue angle of 25.19º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B56932 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 50 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.29 |
| HSL | 25.19º | 0.57% | 0.45% | - |
| HSV(B) | 25.19º | 0.72% | 0.71% | - |
| XYZ | 24.68 | 20.16 | 5.61 | - |
| YUV | 121.45 | 87.68 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 50 | 0 | 0.42 | 0.72 | 0.29 | 25.19 | 0.57 | 0.45 |
| Hex | B5 | 69 | 32 | 0 | 2A | 48 | 1D | 19 | 39 | 2D |
| Octal | 265 | 151 | 62 | 0 | 52 | 110 | 35 | 31 | 71 | 55 |
| Binary | 10110101 | 1101001 | 110010 | 0 | 101010 | 1001000 | 11101 | 11001 | 111001 | 101101 |
Color Harmonies of #B56932
Complementary color
Monochromatic Colors of #B56932
Black with #B56932
Text Example
Text Example
White with #B56932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56932; }
p { color: rgb(181,105,50); }
H1.HeaderClassName
{
color: #B56932;
}
.AnyTagClassName
{
color: #B56932;
}
</style>
background-color css
<style>
a { background-color: #B56932; }
a { background-color: rgb(181,105,50); }
div.DivClassName
{
background-color: #B56932;
}
.BgClassName
{
background-color: #B56932;
}
</style>
border-color css
<style>
span { border-color: #B56932; }
span { border-color: rgb(181,105,50); }
td.TdClassName
{
border-color: #B56932;
}
.TagClassName
{
border-color: #B56932;
}
</style>