Shades of Reno Sand #B17533
Tints of Reno Sand #B17533
RGB
CMYK
RGB Variations
Color information
#B17533 (or 0xB17533) is known color: Reno Sand. HEX triplet: B1, 75 and 33. RGB value is (177,117,51). Sum of RGB (Red+Green+Blue) = 177+117+51=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B17533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17533 is #4E8ACC. Grayscale: #7F7F7F. Windows color (decimal): -5147341 or 3372465. OLE color: 3372465.
HSL color Cylindrical-coordinate representation of color #B17533: hue angle of 31.43º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B17533 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 51 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.31 |
| HSL | 31.43º | 0.55% | 0.45% | - |
| HSV(B) | 31.43º | 0.71% | 0.69% | - |
| XYZ | 25.09 | 22.31 | 6.12 | - |
| YUV | 127.42 | 84.88 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 51 | 0 | 0.34 | 0.71 | 0.31 | 31.43 | 0.55 | 0.45 |
| Hex | B1 | 75 | 33 | 0 | 22 | 47 | 1F | 1F | 37 | 2D |
| Octal | 261 | 165 | 63 | 0 | 42 | 107 | 37 | 37 | 67 | 55 |
| Binary | 10110001 | 1110101 | 110011 | 0 | 100010 | 1000111 | 11111 | 11111 | 110111 | 101101 |
Color Harmonies of #B17533
Complementary color
Monochromatic Colors of #B17533
Black with #B17533
Text Example
Text Example
White with #B17533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17533; }
p { color: rgb(177,117,51); }
H1.HeaderClassName
{
color: #B17533;
}
.AnyTagClassName
{
color: #B17533;
}
</style>
background-color css
<style>
a { background-color: #B17533; }
a { background-color: rgb(177,117,51); }
div.DivClassName
{
background-color: #B17533;
}
.BgClassName
{
background-color: #B17533;
}
</style>
border-color css
<style>
span { border-color: #B17533; }
span { border-color: rgb(177,117,51); }
td.TdClassName
{
border-color: #B17533;
}
.TagClassName
{
border-color: #B17533;
}
</style>