Shades of Reno Sand #B56B33
Tints of Reno Sand #B56B33
RGB
CMYK
RGB Variations
Color information
#B56B33 (or 0xB56B33) is known color: Reno Sand. HEX triplet: B5, 6B and 33. RGB value is (181,107,51). Sum of RGB (Red+Green+Blue) = 181+107+51=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56B33 is #4A94CC. Grayscale: #7B7B7B. Windows color (decimal): -4887757 or 3369909. OLE color: 3369909.
HSL color Cylindrical-coordinate representation of color #B56B33: hue angle of 25.85º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B56B33 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 107 | 51 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.29 |
| HSL | 25.85º | 0.56% | 0.45% | - |
| HSV(B) | 25.85º | 0.72% | 0.71% | - |
| XYZ | 24.91 | 20.58 | 5.79 | - |
| YUV | 122.74 | 87.52 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 107 | 51 | 0 | 0.41 | 0.72 | 0.29 | 25.85 | 0.56 | 0.45 |
| Hex | B5 | 6B | 33 | 0 | 29 | 48 | 1D | 1A | 38 | 2D |
| Octal | 265 | 153 | 63 | 0 | 51 | 110 | 35 | 32 | 70 | 55 |
| Binary | 10110101 | 1101011 | 110011 | 0 | 101001 | 1001000 | 11101 | 11010 | 111000 | 101101 |
Color Harmonies of #B56B33
Complementary color
Monochromatic Colors of #B56B33
Black with #B56B33
Text Example
Text Example
White with #B56B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56B33; }
p { color: rgb(181,107,51); }
H1.HeaderClassName
{
color: #B56B33;
}
.AnyTagClassName
{
color: #B56B33;
}
</style>
background-color css
<style>
a { background-color: #B56B33; }
a { background-color: rgb(181,107,51); }
div.DivClassName
{
background-color: #B56B33;
}
.BgClassName
{
background-color: #B56B33;
}
</style>
border-color css
<style>
span { border-color: #B56B33; }
span { border-color: rgb(181,107,51); }
td.TdClassName
{
border-color: #B56B33;
}
.TagClassName
{
border-color: #B56B33;
}
</style>