Shades of Reno Sand #B56928
Tints of Reno Sand #B56928
RGB
CMYK
RGB Variations
Color information
#B56928 (or 0xB56928) is known color: Reno Sand. HEX triplet: B5, 69 and 28. RGB value is (181,105,40). Sum of RGB (Red+Green+Blue) = 181+105+40=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B56928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56928 is #4A96D7. Grayscale: #787878. Windows color (decimal): -4888280 or 2648501. OLE color: 2648501.
HSL color Cylindrical-coordinate representation of color #B56928: hue angle of 27.66º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B56928 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 40 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.29 |
| HSL | 27.66º | 0.64% | 0.43% | - |
| HSV(B) | 27.66º | 0.78% | 0.71% | - |
| XYZ | 24.49 | 20.08 | 4.59 | - |
| YUV | 120.31 | 82.68 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 40 | 0 | 0.42 | 0.78 | 0.29 | 27.66 | 0.64 | 0.43 |
| Hex | B5 | 69 | 28 | 0 | 2A | 4E | 1D | 1C | 40 | 2B |
| Octal | 265 | 151 | 50 | 0 | 52 | 116 | 35 | 34 | 100 | 53 |
| Binary | 10110101 | 1101001 | 101000 | 0 | 101010 | 1001110 | 11101 | 11100 | 1000000 | 101011 |
Color Harmonies of #B56928
Complementary color
Monochromatic Colors of #B56928
Black with #B56928
Text Example
Text Example
White with #B56928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56928; }
p { color: rgb(181,105,40); }
H1.HeaderClassName
{
color: #B56928;
}
.AnyTagClassName
{
color: #B56928;
}
</style>
background-color css
<style>
a { background-color: #B56928; }
a { background-color: rgb(181,105,40); }
div.DivClassName
{
background-color: #B56928;
}
.BgClassName
{
background-color: #B56928;
}
</style>
border-color css
<style>
span { border-color: #B56928; }
span { border-color: rgb(181,105,40); }
td.TdClassName
{
border-color: #B56928;
}
.TagClassName
{
border-color: #B56928;
}
</style>