Shades of Reno Sand #B26E30
Tints of Reno Sand #B26E30
RGB
CMYK
RGB Variations
Color information
#B26E30 (or 0xB26E30) is known color: Reno Sand. HEX triplet: B2, 6E and 30. RGB value is (178,110,48). Sum of RGB (Red+Green+Blue) = 178+110+48=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26E30 is #4D91CF. Grayscale: #7B7B7B. Windows color (decimal): -5083600 or 3174066. OLE color: 3174066.
HSL color Cylindrical-coordinate representation of color #B26E30: hue angle of 28.62º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B26E30 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 110 | 48 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.30 |
| HSL | 28.62º | 0.58% | 0.44% | - |
| HSV(B) | 28.62º | 0.73% | 0.7% | - |
| XYZ | 24.47 | 20.83 | 5.53 | - |
| YUV | 123.26 | 85.53 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 110 | 48 | 0 | 0.38 | 0.73 | 0.30 | 28.62 | 0.58 | 0.44 |
| Hex | B2 | 6E | 30 | 0 | 26 | 49 | 1E | 1D | 3A | 2C |
| Octal | 262 | 156 | 60 | 0 | 46 | 111 | 36 | 35 | 72 | 54 |
| Binary | 10110010 | 1101110 | 110000 | 0 | 100110 | 1001001 | 11110 | 11101 | 111010 | 101100 |
Color Harmonies of #B26E30
Complementary color
Monochromatic Colors of #B26E30
Black with #B26E30
Text Example
Text Example
White with #B26E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26E30; }
p { color: rgb(178,110,48); }
H1.HeaderClassName
{
color: #B26E30;
}
.AnyTagClassName
{
color: #B26E30;
}
</style>
background-color css
<style>
a { background-color: #B26E30; }
a { background-color: rgb(178,110,48); }
div.DivClassName
{
background-color: #B26E30;
}
.BgClassName
{
background-color: #B26E30;
}
</style>
border-color css
<style>
span { border-color: #B26E30; }
span { border-color: rgb(178,110,48); }
td.TdClassName
{
border-color: #B26E30;
}
.TagClassName
{
border-color: #B26E30;
}
</style>