Shades of Reno Sand #B56D2E
Tints of Reno Sand #B56D2E
RGB
CMYK
RGB Variations
Color information
#B56D2E (or 0xB56D2E) is known color: Reno Sand. HEX triplet: B5, 6D and 2E. RGB value is (181,109,46). Sum of RGB (Red+Green+Blue) = 181+109+46=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56D2E is #4A92D1. Grayscale: #7B7B7B. Windows color (decimal): -4887250 or 3042741. OLE color: 3042741.
HSL color Cylindrical-coordinate representation of color #B56D2E: hue angle of 28º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B56D2E is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 109 | 46 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.29 |
| HSL | 28º | 0.59% | 0.45% | - |
| HSV(B) | 28º | 0.75% | 0.71% | - |
| XYZ | 25.02 | 20.96 | 5.31 | - |
| YUV | 123.35 | 84.35 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 46 | 0 | 0.40 | 0.75 | 0.29 | 28 | 0.59 | 0.45 |
| Hex | B5 | 6D | 2E | 0 | 28 | 4B | 1D | 1C | 3B | 2D |
| Octal | 265 | 155 | 56 | 0 | 50 | 113 | 35 | 34 | 73 | 55 |
| Binary | 10110101 | 1101101 | 101110 | 0 | 101000 | 1001011 | 11101 | 11100 | 111011 | 101101 |
Color Harmonies of #B56D2E
Complementary color
Monochromatic Colors of #B56D2E
Black with #B56D2E
Text Example
Text Example
White with #B56D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56D2E; }
p { color: rgb(181,109,46); }
H1.HeaderClassName
{
color: #B56D2E;
}
.AnyTagClassName
{
color: #B56D2E;
}
</style>
background-color css
<style>
a { background-color: #B56D2E; }
a { background-color: rgb(181,109,46); }
div.DivClassName
{
background-color: #B56D2E;
}
.BgClassName
{
background-color: #B56D2E;
}
</style>
border-color css
<style>
span { border-color: #B56D2E; }
span { border-color: rgb(181,109,46); }
td.TdClassName
{
border-color: #B56D2E;
}
.TagClassName
{
border-color: #B56D2E;
}
</style>