Shades of Reno Sand #B56B2B
Tints of Reno Sand #B56B2B
RGB
CMYK
RGB Variations
Color information
#B56B2B (or 0xB56B2B) is known color: Reno Sand. HEX triplet: B5, 6B and 2B. RGB value is (181,107,43). Sum of RGB (Red+Green+Blue) = 181+107+43=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56B2B is #4A94D4. Grayscale: #7A7A7A. Windows color (decimal): -4887765 or 2845621. OLE color: 2845621.
HSL color Cylindrical-coordinate representation of color #B56B2B: hue angle of 27.83º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B56B2B is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 107 | 43 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.29 |
| HSL | 27.83º | 0.62% | 0.44% | - |
| HSV(B) | 27.83º | 0.76% | 0.71% | - |
| XYZ | 24.75 | 20.51 | 4.94 | - |
| YUV | 121.83 | 83.52 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 107 | 43 | 0 | 0.41 | 0.76 | 0.29 | 27.83 | 0.62 | 0.44 |
| Hex | B5 | 6B | 2B | 0 | 29 | 4C | 1D | 1C | 3E | 2C |
| Octal | 265 | 153 | 53 | 0 | 51 | 114 | 35 | 34 | 76 | 54 |
| Binary | 10110101 | 1101011 | 101011 | 0 | 101001 | 1001100 | 11101 | 11100 | 111110 | 101100 |
Color Harmonies of #B56B2B
Complementary color
Monochromatic Colors of #B56B2B
Black with #B56B2B
Text Example
Text Example
White with #B56B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56B2B; }
p { color: rgb(181,107,43); }
H1.HeaderClassName
{
color: #B56B2B;
}
.AnyTagClassName
{
color: #B56B2B;
}
</style>
background-color css
<style>
a { background-color: #B56B2B; }
a { background-color: rgb(181,107,43); }
div.DivClassName
{
background-color: #B56B2B;
}
.BgClassName
{
background-color: #B56B2B;
}
</style>
border-color css
<style>
span { border-color: #B56B2B; }
span { border-color: rgb(181,107,43); }
td.TdClassName
{
border-color: #B56B2B;
}
.TagClassName
{
border-color: #B56B2B;
}
</style>