Shades of Reno Sand #B16528
Tints of Reno Sand #B16528
RGB
CMYK
RGB Variations
Color information
#B16528 (or 0xB16528) is known color: Reno Sand. HEX triplet: B1, 65 and 28. RGB value is (177,101,40). Sum of RGB (Red+Green+Blue) = 177+101+40=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B16528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16528 is #4E9AD7. Grayscale: #757575. Windows color (decimal): -5151448 or 2647473. OLE color: 2647473.
HSL color Cylindrical-coordinate representation of color #B16528: hue angle of 26.72º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B16528 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 40 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.31 |
| HSL | 26.72º | 0.63% | 0.43% | - |
| HSV(B) | 26.72º | 0.77% | 0.69% | - |
| XYZ | 23.17 | 18.81 | 4.42 | - |
| YUV | 116.77 | 84.68 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 40 | 0 | 0.43 | 0.77 | 0.31 | 26.72 | 0.63 | 0.43 |
| Hex | B1 | 65 | 28 | 0 | 2B | 4D | 1F | 1B | 3F | 2B |
| Octal | 261 | 145 | 50 | 0 | 53 | 115 | 37 | 33 | 77 | 53 |
| Binary | 10110001 | 1100101 | 101000 | 0 | 101011 | 1001101 | 11111 | 11011 | 111111 | 101011 |
Color Harmonies of #B16528
Complementary color
Monochromatic Colors of #B16528
Black with #B16528
Text Example
Text Example
White with #B16528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16528; }
p { color: rgb(177,101,40); }
H1.HeaderClassName
{
color: #B16528;
}
.AnyTagClassName
{
color: #B16528;
}
</style>
background-color css
<style>
a { background-color: #B16528; }
a { background-color: rgb(177,101,40); }
div.DivClassName
{
background-color: #B16528;
}
.BgClassName
{
background-color: #B16528;
}
</style>
border-color css
<style>
span { border-color: #B16528; }
span { border-color: rgb(177,101,40); }
td.TdClassName
{
border-color: #B16528;
}
.TagClassName
{
border-color: #B16528;
}
</style>