Shades of Reno Sand #B26531
Tints of Reno Sand #B26531
RGB
CMYK
RGB Variations
Color information
#B26531 (or 0xB26531) is known color: Reno Sand. HEX triplet: B2, 65 and 31. RGB value is (178,101,49). Sum of RGB (Red+Green+Blue) = 178+101+49=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B26531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26531 is #4D9ACE. Grayscale: #767676. Windows color (decimal): -5085903 or 3237298. OLE color: 3237298.
HSL color Cylindrical-coordinate representation of color #B26531: hue angle of 24.19º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B26531 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 101 | 49 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.30 |
| HSL | 24.19º | 0.57% | 0.45% | - |
| HSV(B) | 24.19º | 0.72% | 0.7% | - |
| XYZ | 23.57 | 18.99 | 5.33 | - |
| YUV | 118.1 | 89.01 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 49 | 0 | 0.43 | 0.72 | 0.30 | 24.19 | 0.57 | 0.45 |
| Hex | B2 | 65 | 31 | 0 | 2B | 48 | 1E | 18 | 39 | 2D |
| Octal | 262 | 145 | 61 | 0 | 53 | 110 | 36 | 30 | 71 | 55 |
| Binary | 10110010 | 1100101 | 110001 | 0 | 101011 | 1001000 | 11110 | 11000 | 111001 | 101101 |
Color Harmonies of #B26531
Complementary color
Monochromatic Colors of #B26531
Black with #B26531
Text Example
Text Example
White with #B26531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26531; }
p { color: rgb(178,101,49); }
H1.HeaderClassName
{
color: #B26531;
}
.AnyTagClassName
{
color: #B26531;
}
</style>
background-color css
<style>
a { background-color: #B26531; }
a { background-color: rgb(178,101,49); }
div.DivClassName
{
background-color: #B26531;
}
.BgClassName
{
background-color: #B26531;
}
</style>
border-color css
<style>
span { border-color: #B26531; }
span { border-color: rgb(178,101,49); }
td.TdClassName
{
border-color: #B26531;
}
.TagClassName
{
border-color: #B26531;
}
</style>