Shades of Reno Sand #B56633
Tints of Reno Sand #B56633
RGB
CMYK
RGB Variations
Color information
#B56633 (or 0xB56633) is known color: Reno Sand. HEX triplet: B5, 66 and 33. RGB value is (181,102,51). Sum of RGB (Red+Green+Blue) = 181+102+51=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B56633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56633 is #4A99CC. Grayscale: #787878. Windows color (decimal): -4889037 or 3368629. OLE color: 3368629.
HSL color Cylindrical-coordinate representation of color #B56633: hue angle of 23.54º degrees, saturation: 0.56, 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 #B56633 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 51 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.29 |
| HSL | 23.54º | 0.56% | 0.45% | - |
| HSV(B) | 23.54º | 0.72% | 0.71% | - |
| XYZ | 24.4 | 19.57 | 5.62 | - |
| YUV | 119.81 | 89.17 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 51 | 0 | 0.44 | 0.72 | 0.29 | 23.54 | 0.56 | 0.45 |
| Hex | B5 | 66 | 33 | 0 | 2C | 48 | 1D | 18 | 38 | 2D |
| Octal | 265 | 146 | 63 | 0 | 54 | 110 | 35 | 30 | 70 | 55 |
| Binary | 10110101 | 1100110 | 110011 | 0 | 101100 | 1001000 | 11101 | 11000 | 111000 | 101101 |
Color Harmonies of #B56633
Complementary color
Monochromatic Colors of #B56633
Black with #B56633
Text Example
Text Example
White with #B56633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56633; }
p { color: rgb(181,102,51); }
H1.HeaderClassName
{
color: #B56633;
}
.AnyTagClassName
{
color: #B56633;
}
</style>
background-color css
<style>
a { background-color: #B56633; }
a { background-color: rgb(181,102,51); }
div.DivClassName
{
background-color: #B56633;
}
.BgClassName
{
background-color: #B56633;
}
</style>
border-color css
<style>
span { border-color: #B56633; }
span { border-color: rgb(181,102,51); }
td.TdClassName
{
border-color: #B56633;
}
.TagClassName
{
border-color: #B56633;
}
</style>