Shades of Reno Sand #B27336
Tints of Reno Sand #B27336
RGB
CMYK
RGB Variations
Color information
#B27336 (or 0xB27336) is known color: Reno Sand. HEX triplet: B2, 73 and 36. RGB value is (178,115,54). Sum of RGB (Red+Green+Blue) = 178+115+54=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B27336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27336 is #4D8CC9. Grayscale: #7F7F7F. Windows color (decimal): -5082314 or 3568562. OLE color: 3568562.
HSL color Cylindrical-coordinate representation of color #B27336: hue angle of 29.52º 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 #B27336 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 115 | 54 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.30 |
| HSL | 29.52º | 0.53% | 0.45% | - |
| HSV(B) | 29.52º | 0.7% | 0.7% | - |
| XYZ | 25.16 | 21.99 | 6.41 | - |
| YUV | 126.88 | 86.87 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 54 | 0 | 0.35 | 0.70 | 0.30 | 29.52 | 0.53 | 0.45 |
| Hex | B2 | 73 | 36 | 0 | 23 | 46 | 1E | 1E | 35 | 2D |
| Octal | 262 | 163 | 66 | 0 | 43 | 106 | 36 | 36 | 65 | 55 |
| Binary | 10110010 | 1110011 | 110110 | 0 | 100011 | 1000110 | 11110 | 11110 | 110101 | 101101 |
Color Harmonies of #B27336
Complementary color
Monochromatic Colors of #B27336
Black with #B27336
Text Example
Text Example
White with #B27336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27336; }
p { color: rgb(178,115,54); }
H1.HeaderClassName
{
color: #B27336;
}
.AnyTagClassName
{
color: #B27336;
}
</style>
background-color css
<style>
a { background-color: #B27336; }
a { background-color: rgb(178,115,54); }
div.DivClassName
{
background-color: #B27336;
}
.BgClassName
{
background-color: #B27336;
}
</style>
border-color css
<style>
span { border-color: #B27336; }
span { border-color: rgb(178,115,54); }
td.TdClassName
{
border-color: #B27336;
}
.TagClassName
{
border-color: #B27336;
}
</style>