Shades of Reno Sand #B16F2D
Tints of Reno Sand #B16F2D
RGB
CMYK
RGB Variations
Color information
#B16F2D (or 0xB16F2D) is known color: Reno Sand. HEX triplet: B1, 6F and 2D. RGB value is (177,111,45). Sum of RGB (Red+Green+Blue) = 177+111+45=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16F2D is #4E90D2. Grayscale: #7B7B7B. Windows color (decimal): -5148883 or 2977713. OLE color: 2977713.
HSL color Cylindrical-coordinate representation of color #B16F2D: hue angle of 30º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B16F2D is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 111 | 45 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.31 |
| HSL | 30º | 0.59% | 0.44% | - |
| HSV(B) | 30º | 0.75% | 0.69% | - |
| XYZ | 24.29 | 20.91 | 5.24 | - |
| YUV | 123.21 | 83.87 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 45 | 0 | 0.37 | 0.75 | 0.31 | 30 | 0.59 | 0.44 |
| Hex | B1 | 6F | 2D | 0 | 25 | 4B | 1F | 1E | 3B | 2C |
| Octal | 261 | 157 | 55 | 0 | 45 | 113 | 37 | 36 | 73 | 54 |
| Binary | 10110001 | 1101111 | 101101 | 0 | 100101 | 1001011 | 11111 | 11110 | 111011 | 101100 |
Color Harmonies of #B16F2D
Complementary color
Monochromatic Colors of #B16F2D
Black with #B16F2D
Text Example
Text Example
White with #B16F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16F2D; }
p { color: rgb(177,111,45); }
H1.HeaderClassName
{
color: #B16F2D;
}
.AnyTagClassName
{
color: #B16F2D;
}
</style>
background-color css
<style>
a { background-color: #B16F2D; }
a { background-color: rgb(177,111,45); }
div.DivClassName
{
background-color: #B16F2D;
}
.BgClassName
{
background-color: #B16F2D;
}
</style>
border-color css
<style>
span { border-color: #B16F2D; }
span { border-color: rgb(177,111,45); }
td.TdClassName
{
border-color: #B16F2D;
}
.TagClassName
{
border-color: #B16F2D;
}
</style>