Shades of Reno Sand #B27136
Tints of Reno Sand #B27136
RGB
CMYK
RGB Variations
Color information
#B27136 (or 0xB27136) is known color: Reno Sand. HEX triplet: B2, 71 and 36. RGB value is (178,113,54). Sum of RGB (Red+Green+Blue) = 178+113+54=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B27136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27136 is #4D8EC9. Grayscale: #7E7E7E. Windows color (decimal): -5082826 or 3568050. OLE color: 3568050.
HSL color Cylindrical-coordinate representation of color #B27136: hue angle of 28.55º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B27136 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 113 | 54 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.30 |
| HSL | 28.55º | 0.53% | 0.45% | - |
| HSV(B) | 28.55º | 0.7% | 0.7% | - |
| XYZ | 24.93 | 21.54 | 6.33 | - |
| YUV | 125.71 | 87.53 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 113 | 54 | 0 | 0.37 | 0.70 | 0.30 | 28.55 | 0.53 | 0.45 |
| Hex | B2 | 71 | 36 | 0 | 25 | 46 | 1E | 1D | 35 | 2D |
| Octal | 262 | 161 | 66 | 0 | 45 | 106 | 36 | 35 | 65 | 55 |
| Binary | 10110010 | 1110001 | 110110 | 0 | 100101 | 1000110 | 11110 | 11101 | 110101 | 101101 |
Color Harmonies of #B27136
Complementary color
Monochromatic Colors of #B27136
Black with #B27136
Text Example
Text Example
White with #B27136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27136; }
p { color: rgb(178,113,54); }
H1.HeaderClassName
{
color: #B27136;
}
.AnyTagClassName
{
color: #B27136;
}
</style>
background-color css
<style>
a { background-color: #B27136; }
a { background-color: rgb(178,113,54); }
div.DivClassName
{
background-color: #B27136;
}
.BgClassName
{
background-color: #B27136;
}
</style>
border-color css
<style>
span { border-color: #B27136; }
span { border-color: rgb(178,113,54); }
td.TdClassName
{
border-color: #B27136;
}
.TagClassName
{
border-color: #B27136;
}
</style>