Shades of Reno Sand #B1682D
Tints of Reno Sand #B1682D
RGB
CMYK
RGB Variations
Color information
#B1682D (or 0xB1682D) is known color: Reno Sand. HEX triplet: B1, 68 and 2D. RGB value is (177,104,45). Sum of RGB (Red+Green+Blue) = 177+104+45=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B1682D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1682D is #4E97D2. Grayscale: #777777. Windows color (decimal): -5150675 or 2975921. OLE color: 2975921.
HSL color Cylindrical-coordinate representation of color #B1682D: hue angle of 26.82º 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 #B1682D is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 45 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.31 |
| HSL | 26.82º | 0.59% | 0.44% | - |
| HSV(B) | 26.82º | 0.75% | 0.69% | - |
| XYZ | 23.56 | 19.44 | 4.99 | - |
| YUV | 119.1 | 86.18 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 45 | 0 | 0.41 | 0.75 | 0.31 | 26.82 | 0.59 | 0.44 |
| Hex | B1 | 68 | 2D | 0 | 29 | 4B | 1F | 1B | 3B | 2C |
| Octal | 261 | 150 | 55 | 0 | 51 | 113 | 37 | 33 | 73 | 54 |
| Binary | 10110001 | 1101000 | 101101 | 0 | 101001 | 1001011 | 11111 | 11011 | 111011 | 101100 |
Color Harmonies of #B1682D
Complementary color
Monochromatic Colors of #B1682D
Black with #B1682D
Text Example
Text Example
White with #B1682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1682D; }
p { color: rgb(177,104,45); }
H1.HeaderClassName
{
color: #B1682D;
}
.AnyTagClassName
{
color: #B1682D;
}
</style>
background-color css
<style>
a { background-color: #B1682D; }
a { background-color: rgb(177,104,45); }
div.DivClassName
{
background-color: #B1682D;
}
.BgClassName
{
background-color: #B1682D;
}
</style>
border-color css
<style>
span { border-color: #B1682D; }
span { border-color: rgb(177,104,45); }
td.TdClassName
{
border-color: #B1682D;
}
.TagClassName
{
border-color: #B1682D;
}
</style>