Shades of Reno Sand #B36736
Tints of Reno Sand #B36736
RGB
CMYK
RGB Variations
Color information
#B36736 (or 0xB36736) is known color: Reno Sand. HEX triplet: B3, 67 and 36. RGB value is (179,103,54). Sum of RGB (Red+Green+Blue) = 179+103+54=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B36736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36736 is #4C98C9. Grayscale: #787878. Windows color (decimal): -5019850 or 3565491. OLE color: 3565491.
HSL color Cylindrical-coordinate representation of color #B36736: hue angle of 23.52º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B36736 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 54 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.30 |
| HSL | 23.52º | 0.54% | 0.46% | - |
| HSV(B) | 23.52º | 0.7% | 0.7% | - |
| XYZ | 24.11 | 19.55 | 5.99 | - |
| YUV | 120.14 | 90.68 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 54 | 0 | 0.42 | 0.70 | 0.30 | 23.52 | 0.54 | 0.46 |
| Hex | B3 | 67 | 36 | 0 | 2A | 46 | 1E | 18 | 36 | 2E |
| Octal | 263 | 147 | 66 | 0 | 52 | 106 | 36 | 30 | 66 | 56 |
| Binary | 10110011 | 1100111 | 110110 | 0 | 101010 | 1000110 | 11110 | 11000 | 110110 | 101110 |
Color Harmonies of #B36736
Complementary color
Monochromatic Colors of #B36736
Black with #B36736
Text Example
Text Example
White with #B36736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36736; }
p { color: rgb(179,103,54); }
H1.HeaderClassName
{
color: #B36736;
}
.AnyTagClassName
{
color: #B36736;
}
</style>
background-color css
<style>
a { background-color: #B36736; }
a { background-color: rgb(179,103,54); }
div.DivClassName
{
background-color: #B36736;
}
.BgClassName
{
background-color: #B36736;
}
</style>
border-color css
<style>
span { border-color: #B36736; }
span { border-color: rgb(179,103,54); }
td.TdClassName
{
border-color: #B36736;
}
.TagClassName
{
border-color: #B36736;
}
</style>