Shades of Reno Sand #B16724
Tints of Reno Sand #B16724
RGB
CMYK
RGB Variations
Color information
#B16724 (or 0xB16724) is known color: Reno Sand. HEX triplet: B1, 67 and 24. RGB value is (177,103,36). Sum of RGB (Red+Green+Blue) = 177+103+36=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B16724 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16724 is #4E98DB. Grayscale: #757575. Windows color (decimal): -5150940 or 2385841. OLE color: 2385841.
HSL color Cylindrical-coordinate representation of color #B16724: hue angle of 28.51º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B16724 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 36 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.31 |
| HSL | 28.51º | 0.66% | 0.42% | - |
| HSV(B) | 28.51º | 0.8% | 0.69% | - |
| XYZ | 23.3 | 19.17 | 4.14 | - |
| YUV | 117.49 | 82.02 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 36 | 0 | 0.42 | 0.80 | 0.31 | 28.51 | 0.66 | 0.42 |
| Hex | B1 | 67 | 24 | 0 | 2A | 50 | 1F | 1D | 42 | 2A |
| Octal | 261 | 147 | 44 | 0 | 52 | 120 | 37 | 35 | 102 | 52 |
| Binary | 10110001 | 1100111 | 100100 | 0 | 101010 | 1010000 | 11111 | 11101 | 1000010 | 101010 |
Color Harmonies of #B16724
Complementary color
Monochromatic Colors of #B16724
Black with #B16724
Text Example
Text Example
White with #B16724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16724; }
p { color: rgb(177,103,36); }
H1.HeaderClassName
{
color: #B16724;
}
.AnyTagClassName
{
color: #B16724;
}
</style>
background-color css
<style>
a { background-color: #B16724; }
a { background-color: rgb(177,103,36); }
div.DivClassName
{
background-color: #B16724;
}
.BgClassName
{
background-color: #B16724;
}
</style>
border-color css
<style>
span { border-color: #B16724; }
span { border-color: rgb(177,103,36); }
td.TdClassName
{
border-color: #B16724;
}
.TagClassName
{
border-color: #B16724;
}
</style>