Shades of Reno Sand #B56C2F
Tints of Reno Sand #B56C2F
RGB
CMYK
RGB Variations
Color information
#B56C2F (or 0xB56C2F) is known color: Reno Sand. HEX triplet: B5, 6C and 2F. RGB value is (181,108,47). Sum of RGB (Red+Green+Blue) = 181+108+47=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56C2F is #4A93D0. Grayscale: #7B7B7B. Windows color (decimal): -4887505 or 3108021. OLE color: 3108021.
HSL color Cylindrical-coordinate representation of color #B56C2F: hue angle of 27.31º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B56C2F is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 108 | 47 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.29 |
| HSL | 27.31º | 0.59% | 0.45% | - |
| HSV(B) | 27.31º | 0.74% | 0.71% | - |
| XYZ | 24.93 | 20.75 | 5.38 | - |
| YUV | 122.87 | 85.18 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 47 | 0 | 0.40 | 0.74 | 0.29 | 27.31 | 0.59 | 0.45 |
| Hex | B5 | 6C | 2F | 0 | 28 | 4A | 1D | 1B | 3B | 2D |
| Octal | 265 | 154 | 57 | 0 | 50 | 112 | 35 | 33 | 73 | 55 |
| Binary | 10110101 | 1101100 | 101111 | 0 | 101000 | 1001010 | 11101 | 11011 | 111011 | 101101 |
Color Harmonies of #B56C2F
Complementary color
Monochromatic Colors of #B56C2F
Black with #B56C2F
Text Example
Text Example
White with #B56C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56C2F; }
p { color: rgb(181,108,47); }
H1.HeaderClassName
{
color: #B56C2F;
}
.AnyTagClassName
{
color: #B56C2F;
}
</style>
background-color css
<style>
a { background-color: #B56C2F; }
a { background-color: rgb(181,108,47); }
div.DivClassName
{
background-color: #B56C2F;
}
.BgClassName
{
background-color: #B56C2F;
}
</style>
border-color css
<style>
span { border-color: #B56C2F; }
span { border-color: rgb(181,108,47); }
td.TdClassName
{
border-color: #B56C2F;
}
.TagClassName
{
border-color: #B56C2F;
}
</style>