Shades of Reno Sand #B56E33
Tints of Reno Sand #B56E33
RGB
CMYK
RGB Variations
Color information
#B56E33 (or 0xB56E33) is known color: Reno Sand. HEX triplet: B5, 6E and 33. RGB value is (181,110,51). Sum of RGB (Red+Green+Blue) = 181+110+51=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56E33 is #4A91CC. Grayscale: #7C7C7C. Windows color (decimal): -4886989 or 3370677. OLE color: 3370677.
HSL color Cylindrical-coordinate representation of color #B56E33: hue angle of 27.23º 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 #B56E33 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 110 | 51 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.29 |
| HSL | 27.23º | 0.56% | 0.45% | - |
| HSV(B) | 27.23º | 0.72% | 0.71% | - |
| XYZ | 25.23 | 21.21 | 5.9 | - |
| YUV | 124.5 | 86.52 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 51 | 0 | 0.39 | 0.72 | 0.29 | 27.23 | 0.56 | 0.45 |
| Hex | B5 | 6E | 33 | 0 | 27 | 48 | 1D | 1B | 38 | 2D |
| Octal | 265 | 156 | 63 | 0 | 47 | 110 | 35 | 33 | 70 | 55 |
| Binary | 10110101 | 1101110 | 110011 | 0 | 100111 | 1001000 | 11101 | 11011 | 111000 | 101101 |
Color Harmonies of #B56E33
Complementary color
Monochromatic Colors of #B56E33
Black with #B56E33
Text Example
Text Example
White with #B56E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56E33; }
p { color: rgb(181,110,51); }
H1.HeaderClassName
{
color: #B56E33;
}
.AnyTagClassName
{
color: #B56E33;
}
</style>
background-color css
<style>
a { background-color: #B56E33; }
a { background-color: rgb(181,110,51); }
div.DivClassName
{
background-color: #B56E33;
}
.BgClassName
{
background-color: #B56E33;
}
</style>
border-color css
<style>
span { border-color: #B56E33; }
span { border-color: rgb(181,110,51); }
td.TdClassName
{
border-color: #B56E33;
}
.TagClassName
{
border-color: #B56E33;
}
</style>