Shades of Reno Sand #B26E29
Tints of Reno Sand #B26E29
RGB
CMYK
RGB Variations
Color information
#B26E29 (or 0xB26E29) is known color: Reno Sand. HEX triplet: B2, 6E and 29. RGB value is (178,110,41). Sum of RGB (Red+Green+Blue) = 178+110+41=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26E29 is #4D91D6. Grayscale: #7A7A7A. Windows color (decimal): -5083607 or 2715314. OLE color: 2715314.
HSL color Cylindrical-coordinate representation of color #B26E29: hue angle of 30.22º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B26E29 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 110 | 41 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.30 |
| HSL | 30.22º | 0.63% | 0.43% | - |
| HSV(B) | 30.22º | 0.77% | 0.7% | - |
| XYZ | 24.34 | 20.78 | 4.83 | - |
| YUV | 122.47 | 82.03 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 110 | 41 | 0 | 0.38 | 0.77 | 0.30 | 30.22 | 0.63 | 0.43 |
| Hex | B2 | 6E | 29 | 0 | 26 | 4D | 1E | 1E | 3F | 2B |
| Octal | 262 | 156 | 51 | 0 | 46 | 115 | 36 | 36 | 77 | 53 |
| Binary | 10110010 | 1101110 | 101001 | 0 | 100110 | 1001101 | 11110 | 11110 | 111111 | 101011 |
Color Harmonies of #B26E29
Complementary color
Monochromatic Colors of #B26E29
Black with #B26E29
Text Example
Text Example
White with #B26E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26E29; }
p { color: rgb(178,110,41); }
H1.HeaderClassName
{
color: #B26E29;
}
.AnyTagClassName
{
color: #B26E29;
}
</style>
background-color css
<style>
a { background-color: #B26E29; }
a { background-color: rgb(178,110,41); }
div.DivClassName
{
background-color: #B26E29;
}
.BgClassName
{
background-color: #B26E29;
}
</style>
border-color css
<style>
span { border-color: #B26E29; }
span { border-color: rgb(178,110,41); }
td.TdClassName
{
border-color: #B26E29;
}
.TagClassName
{
border-color: #B26E29;
}
</style>