Shades of Reno Sand #B16A21
Tints of Reno Sand #B16A21
RGB
CMYK
RGB Variations
Color information
#B16A21 (or 0xB16A21) is known color: Reno Sand. HEX triplet: B1, 6A and 21. RGB value is (177,106,33). Sum of RGB (Red+Green+Blue) = 177+106+33=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16A21 is #4E95DE. Grayscale: #777777. Windows color (decimal): -5150175 or 2190001. OLE color: 2190001.
HSL color Cylindrical-coordinate representation of color #B16A21: hue angle of 30.42º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B16A21 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 106 | 33 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.31 |
| HSL | 30.42º | 0.69% | 0.41% | - |
| HSV(B) | 30.42º | 0.81% | 0.69% | - |
| XYZ | 23.56 | 19.76 | 4.01 | - |
| YUV | 118.91 | 79.52 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 33 | 0 | 0.40 | 0.81 | 0.31 | 30.42 | 0.69 | 0.41 |
| Hex | B1 | 6A | 21 | 0 | 28 | 51 | 1F | 1E | 45 | 29 |
| Octal | 261 | 152 | 41 | 0 | 50 | 121 | 37 | 36 | 105 | 51 |
| Binary | 10110001 | 1101010 | 100001 | 0 | 101000 | 1010001 | 11111 | 11110 | 1000101 | 101001 |
Color Harmonies of #B16A21
Complementary color
Monochromatic Colors of #B16A21
Black with #B16A21
Text Example
Text Example
White with #B16A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16A21; }
p { color: rgb(177,106,33); }
H1.HeaderClassName
{
color: #B16A21;
}
.AnyTagClassName
{
color: #B16A21;
}
</style>
background-color css
<style>
a { background-color: #B16A21; }
a { background-color: rgb(177,106,33); }
div.DivClassName
{
background-color: #B16A21;
}
.BgClassName
{
background-color: #B16A21;
}
</style>
border-color css
<style>
span { border-color: #B16A21; }
span { border-color: rgb(177,106,33); }
td.TdClassName
{
border-color: #B16A21;
}
.TagClassName
{
border-color: #B16A21;
}
</style>