Shades of Reno Sand #B56B35
Tints of Reno Sand #B56B35
RGB
CMYK
RGB Variations
Color information
#B56B35 (or 0xB56B35) is known color: Reno Sand. HEX triplet: B5, 6B and 35. RGB value is (181,107,53). Sum of RGB (Red+Green+Blue) = 181+107+53=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56B35 is #4A94CA. Grayscale: #7B7B7B. Windows color (decimal): -4887755 or 3500981. OLE color: 3500981.
HSL color Cylindrical-coordinate representation of color #B56B35: hue angle of 25.31º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B56B35 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 107 | 53 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.29 |
| HSL | 25.31º | 0.55% | 0.46% | - |
| HSV(B) | 25.31º | 0.71% | 0.71% | - |
| XYZ | 24.96 | 20.6 | 6.03 | - |
| YUV | 122.97 | 88.52 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 107 | 53 | 0 | 0.41 | 0.71 | 0.29 | 25.31 | 0.55 | 0.46 |
| Hex | B5 | 6B | 35 | 0 | 29 | 47 | 1D | 19 | 37 | 2E |
| Octal | 265 | 153 | 65 | 0 | 51 | 107 | 35 | 31 | 67 | 56 |
| Binary | 10110101 | 1101011 | 110101 | 0 | 101001 | 1000111 | 11101 | 11001 | 110111 | 101110 |
Color Harmonies of #B56B35
Complementary color
Monochromatic Colors of #B56B35
Black with #B56B35
Text Example
Text Example
White with #B56B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56B35; }
p { color: rgb(181,107,53); }
H1.HeaderClassName
{
color: #B56B35;
}
.AnyTagClassName
{
color: #B56B35;
}
</style>
background-color css
<style>
a { background-color: #B56B35; }
a { background-color: rgb(181,107,53); }
div.DivClassName
{
background-color: #B56B35;
}
.BgClassName
{
background-color: #B56B35;
}
</style>
border-color css
<style>
span { border-color: #B56B35; }
span { border-color: rgb(181,107,53); }
td.TdClassName
{
border-color: #B56B35;
}
.TagClassName
{
border-color: #B56B35;
}
</style>