Shades of Reno Sand #B26432
Tints of Reno Sand #B26432
RGB
CMYK
RGB Variations
Color information
#B26432 (or 0xB26432) is known color: Reno Sand. HEX triplet: B2, 64 and 32. RGB value is (178,100,50). Sum of RGB (Red+Green+Blue) = 178+100+50=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B26432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26432 is #4D9BCD. Grayscale: #757575. Windows color (decimal): -5086158 or 3302578. OLE color: 3302578.
HSL color Cylindrical-coordinate representation of color #B26432: hue angle of 23.44º degrees, saturation: 0.56, 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 #B26432 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 50 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.30 |
| HSL | 23.44º | 0.56% | 0.45% | - |
| HSV(B) | 23.44º | 0.72% | 0.7% | - |
| XYZ | 23.49 | 18.81 | 5.41 | - |
| YUV | 117.62 | 89.84 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 50 | 0 | 0.44 | 0.72 | 0.30 | 23.44 | 0.56 | 0.45 |
| Hex | B2 | 64 | 32 | 0 | 2C | 48 | 1E | 17 | 38 | 2D |
| Octal | 262 | 144 | 62 | 0 | 54 | 110 | 36 | 27 | 70 | 55 |
| Binary | 10110010 | 1100100 | 110010 | 0 | 101100 | 1001000 | 11110 | 10111 | 111000 | 101101 |
Color Harmonies of #B26432
Complementary color
Monochromatic Colors of #B26432
Black with #B26432
Text Example
Text Example
White with #B26432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26432; }
p { color: rgb(178,100,50); }
H1.HeaderClassName
{
color: #B26432;
}
.AnyTagClassName
{
color: #B26432;
}
</style>
background-color css
<style>
a { background-color: #B26432; }
a { background-color: rgb(178,100,50); }
div.DivClassName
{
background-color: #B26432;
}
.BgClassName
{
background-color: #B26432;
}
</style>
border-color css
<style>
span { border-color: #B26432; }
span { border-color: rgb(178,100,50); }
td.TdClassName
{
border-color: #B26432;
}
.TagClassName
{
border-color: #B26432;
}
</style>