Shades of Reno Sand #B26E2F
Tints of Reno Sand #B26E2F
RGB
CMYK
RGB Variations
Color information
#B26E2F (or 0xB26E2F) is known color: Reno Sand. HEX triplet: B2, 6E and 2F. RGB value is (178,110,47). Sum of RGB (Red+Green+Blue) = 178+110+47=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26E2F is #4D91D0. Grayscale: #7B7B7B. Windows color (decimal): -5083601 or 3108530. OLE color: 3108530.
HSL color Cylindrical-coordinate representation of color #B26E2F: hue angle of 28.85º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B26E2F is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 110 | 47 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.30 |
| HSL | 28.85º | 0.58% | 0.44% | - |
| HSV(B) | 28.85º | 0.74% | 0.7% | - |
| XYZ | 24.45 | 20.82 | 5.42 | - |
| YUV | 123.15 | 85.03 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 110 | 47 | 0 | 0.38 | 0.74 | 0.30 | 28.85 | 0.58 | 0.44 |
| Hex | B2 | 6E | 2F | 0 | 26 | 4A | 1E | 1D | 3A | 2C |
| Octal | 262 | 156 | 57 | 0 | 46 | 112 | 36 | 35 | 72 | 54 |
| Binary | 10110010 | 1101110 | 101111 | 0 | 100110 | 1001010 | 11110 | 11101 | 111010 | 101100 |
Color Harmonies of #B26E2F
Complementary color
Monochromatic Colors of #B26E2F
Black with #B26E2F
Text Example
Text Example
White with #B26E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26E2F; }
p { color: rgb(178,110,47); }
H1.HeaderClassName
{
color: #B26E2F;
}
.AnyTagClassName
{
color: #B26E2F;
}
</style>
background-color css
<style>
a { background-color: #B26E2F; }
a { background-color: rgb(178,110,47); }
div.DivClassName
{
background-color: #B26E2F;
}
.BgClassName
{
background-color: #B26E2F;
}
</style>
border-color css
<style>
span { border-color: #B26E2F; }
span { border-color: rgb(178,110,47); }
td.TdClassName
{
border-color: #B26E2F;
}
.TagClassName
{
border-color: #B26E2F;
}
</style>