Shades of Reno Sand #B56C36
Tints of Reno Sand #B56C36
RGB
CMYK
RGB Variations
Color information
#B56C36 (or 0xB56C36) is known color: Reno Sand. HEX triplet: B5, 6C and 36. RGB value is (181,108,54). Sum of RGB (Red+Green+Blue) = 181+108+54=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56C36 is #4A93C9. Grayscale: #7B7B7B. Windows color (decimal): -4887498 or 3566773. OLE color: 3566773.
HSL color Cylindrical-coordinate representation of color #B56C36: hue angle of 25.51º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B56C36 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 108 | 54 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.29 |
| HSL | 25.51º | 0.54% | 0.46% | - |
| HSV(B) | 25.51º | 0.7% | 0.71% | - |
| XYZ | 25.08 | 20.82 | 6.19 | - |
| YUV | 123.67 | 88.68 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 54 | 0 | 0.40 | 0.70 | 0.29 | 25.51 | 0.54 | 0.46 |
| Hex | B5 | 6C | 36 | 0 | 28 | 46 | 1D | 1A | 36 | 2E |
| Octal | 265 | 154 | 66 | 0 | 50 | 106 | 35 | 32 | 66 | 56 |
| Binary | 10110101 | 1101100 | 110110 | 0 | 101000 | 1000110 | 11101 | 11010 | 110110 | 101110 |
Color Harmonies of #B56C36
Complementary color
Monochromatic Colors of #B56C36
Black with #B56C36
Text Example
Text Example
White with #B56C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56C36; }
p { color: rgb(181,108,54); }
H1.HeaderClassName
{
color: #B56C36;
}
.AnyTagClassName
{
color: #B56C36;
}
</style>
background-color css
<style>
a { background-color: #B56C36; }
a { background-color: rgb(181,108,54); }
div.DivClassName
{
background-color: #B56C36;
}
.BgClassName
{
background-color: #B56C36;
}
</style>
border-color css
<style>
span { border-color: #B56C36; }
span { border-color: rgb(181,108,54); }
td.TdClassName
{
border-color: #B56C36;
}
.TagClassName
{
border-color: #B56C36;
}
</style>