Shades of Reno Sand #B17538
Tints of Reno Sand #B17538
RGB
CMYK
RGB Variations
Color information
#B17538 (or 0xB17538) is known color: Reno Sand. HEX triplet: B1, 75 and 38. RGB value is (177,117,56). Sum of RGB (Red+Green+Blue) = 177+117+56=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B17538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17538 is #4E8AC7. Grayscale: #808080. Windows color (decimal): -5147336 or 3700145. OLE color: 3700145.
HSL color Cylindrical-coordinate representation of color #B17538: hue angle of 30.25º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B17538 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 56 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.31 |
| HSL | 30.25º | 0.52% | 0.46% | - |
| HSV(B) | 30.25º | 0.68% | 0.69% | - |
| XYZ | 25.21 | 22.36 | 6.73 | - |
| YUV | 127.99 | 87.38 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 56 | 0 | 0.34 | 0.68 | 0.31 | 30.25 | 0.52 | 0.46 |
| Hex | B1 | 75 | 38 | 0 | 22 | 44 | 1F | 1E | 34 | 2E |
| Octal | 261 | 165 | 70 | 0 | 42 | 104 | 37 | 36 | 64 | 56 |
| Binary | 10110001 | 1110101 | 111000 | 0 | 100010 | 1000100 | 11111 | 11110 | 110100 | 101110 |
Color Harmonies of #B17538
Complementary color
Monochromatic Colors of #B17538
Black with #B17538
Text Example
Text Example
White with #B17538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17538; }
p { color: rgb(177,117,56); }
H1.HeaderClassName
{
color: #B17538;
}
.AnyTagClassName
{
color: #B17538;
}
</style>
background-color css
<style>
a { background-color: #B17538; }
a { background-color: rgb(177,117,56); }
div.DivClassName
{
background-color: #B17538;
}
.BgClassName
{
background-color: #B17538;
}
</style>
border-color css
<style>
span { border-color: #B17538; }
span { border-color: rgb(177,117,56); }
td.TdClassName
{
border-color: #B17538;
}
.TagClassName
{
border-color: #B17538;
}
</style>