Shades of Reno Sand #B26736
Tints of Reno Sand #B26736
RGB
CMYK
RGB Variations
Color information
#B26736 (or 0xB26736) is known color: Reno Sand. HEX triplet: B2, 67 and 36. RGB value is (178,103,54). Sum of RGB (Red+Green+Blue) = 178+103+54=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B26736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26736 is #4D98C9. Grayscale: #787878. Windows color (decimal): -5085386 or 3565490. OLE color: 3565490.
HSL color Cylindrical-coordinate representation of color #B26736: hue angle of 23.71º 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 #B26736 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 103 | 54 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.30 |
| HSL | 23.71º | 0.53% | 0.45% | - |
| HSV(B) | 23.71º | 0.7% | 0.7% | - |
| XYZ | 23.88 | 19.43 | 5.98 | - |
| YUV | 119.84 | 90.85 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 103 | 54 | 0 | 0.42 | 0.70 | 0.30 | 23.71 | 0.53 | 0.45 |
| Hex | B2 | 67 | 36 | 0 | 2A | 46 | 1E | 18 | 35 | 2D |
| Octal | 262 | 147 | 66 | 0 | 52 | 106 | 36 | 30 | 65 | 55 |
| Binary | 10110010 | 1100111 | 110110 | 0 | 101010 | 1000110 | 11110 | 11000 | 110101 | 101101 |
Color Harmonies of #B26736
Complementary color
Monochromatic Colors of #B26736
Black with #B26736
Text Example
Text Example
White with #B26736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26736; }
p { color: rgb(178,103,54); }
H1.HeaderClassName
{
color: #B26736;
}
.AnyTagClassName
{
color: #B26736;
}
</style>
background-color css
<style>
a { background-color: #B26736; }
a { background-color: rgb(178,103,54); }
div.DivClassName
{
background-color: #B26736;
}
.BgClassName
{
background-color: #B26736;
}
</style>
border-color css
<style>
span { border-color: #B26736; }
span { border-color: rgb(178,103,54); }
td.TdClassName
{
border-color: #B26736;
}
.TagClassName
{
border-color: #B26736;
}
</style>