Shades of Reno Sand #B56631
Tints of Reno Sand #B56631
RGB
CMYK
RGB Variations
Color information
#B56631 (or 0xB56631) is known color: Reno Sand. HEX triplet: B5, 66 and 31. RGB value is (181,102,49). Sum of RGB (Red+Green+Blue) = 181+102+49=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B56631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56631 is #4A99CE. Grayscale: #777777. Windows color (decimal): -4889039 or 3237557. OLE color: 3237557.
HSL color Cylindrical-coordinate representation of color #B56631: hue angle of 24.09º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B56631 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 49 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.29 |
| HSL | 24.09º | 0.57% | 0.45% | - |
| HSV(B) | 24.09º | 0.73% | 0.71% | - |
| XYZ | 24.36 | 19.55 | 5.39 | - |
| YUV | 119.58 | 88.17 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 49 | 0 | 0.44 | 0.73 | 0.29 | 24.09 | 0.57 | 0.45 |
| Hex | B5 | 66 | 31 | 0 | 2C | 49 | 1D | 18 | 39 | 2D |
| Octal | 265 | 146 | 61 | 0 | 54 | 111 | 35 | 30 | 71 | 55 |
| Binary | 10110101 | 1100110 | 110001 | 0 | 101100 | 1001001 | 11101 | 11000 | 111001 | 101101 |
Color Harmonies of #B56631
Complementary color
Monochromatic Colors of #B56631
Black with #B56631
Text Example
Text Example
White with #B56631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56631; }
p { color: rgb(181,102,49); }
H1.HeaderClassName
{
color: #B56631;
}
.AnyTagClassName
{
color: #B56631;
}
</style>
background-color css
<style>
a { background-color: #B56631; }
a { background-color: rgb(181,102,49); }
div.DivClassName
{
background-color: #B56631;
}
.BgClassName
{
background-color: #B56631;
}
</style>
border-color css
<style>
span { border-color: #B56631; }
span { border-color: rgb(181,102,49); }
td.TdClassName
{
border-color: #B56631;
}
.TagClassName
{
border-color: #B56631;
}
</style>