Shades of Reno Sand #B36831
Tints of Reno Sand #B36831
RGB
CMYK
RGB Variations
Color information
#B36831 (or 0xB36831) is known color: Reno Sand. HEX triplet: B3, 68 and 31. RGB value is (179,104,49). Sum of RGB (Red+Green+Blue) = 179+104+49=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B36831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36831 is #4C97CE. Grayscale: #787878. Windows color (decimal): -5019599 or 3238067. OLE color: 3238067.
HSL color Cylindrical-coordinate representation of color #B36831: hue angle of 25.38º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B36831 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 104 | 49 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.30 |
| HSL | 25.38º | 0.57% | 0.45% | - |
| HSV(B) | 25.38º | 0.73% | 0.7% | - |
| XYZ | 24.1 | 19.71 | 5.44 | - |
| YUV | 120.16 | 87.85 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 104 | 49 | 0 | 0.42 | 0.73 | 0.30 | 25.38 | 0.57 | 0.45 |
| Hex | B3 | 68 | 31 | 0 | 2A | 49 | 1E | 19 | 39 | 2D |
| Octal | 263 | 150 | 61 | 0 | 52 | 111 | 36 | 31 | 71 | 55 |
| Binary | 10110011 | 1101000 | 110001 | 0 | 101010 | 1001001 | 11110 | 11001 | 111001 | 101101 |
Color Harmonies of #B36831
Complementary color
Monochromatic Colors of #B36831
Black with #B36831
Text Example
Text Example
White with #B36831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36831; }
p { color: rgb(179,104,49); }
H1.HeaderClassName
{
color: #B36831;
}
.AnyTagClassName
{
color: #B36831;
}
</style>
background-color css
<style>
a { background-color: #B36831; }
a { background-color: rgb(179,104,49); }
div.DivClassName
{
background-color: #B36831;
}
.BgClassName
{
background-color: #B36831;
}
</style>
border-color css
<style>
span { border-color: #B36831; }
span { border-color: rgb(179,104,49); }
td.TdClassName
{
border-color: #B36831;
}
.TagClassName
{
border-color: #B36831;
}
</style>