Shades of Reno Sand #B1652C
Tints of Reno Sand #B1652C
RGB
CMYK
RGB Variations
Color information
#B1652C (or 0xB1652C) is known color: Reno Sand. HEX triplet: B1, 65 and 2C. RGB value is (177,101,44). Sum of RGB (Red+Green+Blue) = 177+101+44=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1652C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1652C is #4E9AD3. Grayscale: #757575. Windows color (decimal): -5151444 or 2909617. OLE color: 2909617.
HSL color Cylindrical-coordinate representation of color #B1652C: hue angle of 25.71º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1652C is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 44 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.31 |
| HSL | 25.71º | 0.6% | 0.43% | - |
| HSV(B) | 25.71º | 0.75% | 0.69% | - |
| XYZ | 23.24 | 18.84 | 4.79 | - |
| YUV | 117.23 | 86.68 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 44 | 0 | 0.43 | 0.75 | 0.31 | 25.71 | 0.6 | 0.43 |
| Hex | B1 | 65 | 2C | 0 | 2B | 4B | 1F | 1A | 3C | 2B |
| Octal | 261 | 145 | 54 | 0 | 53 | 113 | 37 | 32 | 74 | 53 |
| Binary | 10110001 | 1100101 | 101100 | 0 | 101011 | 1001011 | 11111 | 11010 | 111100 | 101011 |
Color Harmonies of #B1652C
Complementary color
Monochromatic Colors of #B1652C
Black with #B1652C
Text Example
Text Example
White with #B1652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1652C; }
p { color: rgb(177,101,44); }
H1.HeaderClassName
{
color: #B1652C;
}
.AnyTagClassName
{
color: #B1652C;
}
</style>
background-color css
<style>
a { background-color: #B1652C; }
a { background-color: rgb(177,101,44); }
div.DivClassName
{
background-color: #B1652C;
}
.BgClassName
{
background-color: #B1652C;
}
</style>
border-color css
<style>
span { border-color: #B1652C; }
span { border-color: rgb(177,101,44); }
td.TdClassName
{
border-color: #B1652C;
}
.TagClassName
{
border-color: #B1652C;
}
</style>