Shades of Reno Sand #B1692D
Tints of Reno Sand #B1692D
RGB
CMYK
RGB Variations
Color information
#B1692D (or 0xB1692D) is known color: Reno Sand. HEX triplet: B1, 69 and 2D. RGB value is (177,105,45). Sum of RGB (Red+Green+Blue) = 177+105+45=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B1692D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1692D is #4E96D2. Grayscale: #787878. Windows color (decimal): -5150419 or 2976177. OLE color: 2976177.
HSL color Cylindrical-coordinate representation of color #B1692D: hue angle of 27.27º 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 #B1692D is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 45 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.31 |
| HSL | 27.27º | 0.59% | 0.44% | - |
| HSV(B) | 27.27º | 0.75% | 0.69% | - |
| XYZ | 23.66 | 19.64 | 5.03 | - |
| YUV | 119.69 | 85.85 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 45 | 0 | 0.41 | 0.75 | 0.31 | 27.27 | 0.59 | 0.44 |
| Hex | B1 | 69 | 2D | 0 | 29 | 4B | 1F | 1B | 3B | 2C |
| Octal | 261 | 151 | 55 | 0 | 51 | 113 | 37 | 33 | 73 | 54 |
| Binary | 10110001 | 1101001 | 101101 | 0 | 101001 | 1001011 | 11111 | 11011 | 111011 | 101100 |
Color Harmonies of #B1692D
Complementary color
Monochromatic Colors of #B1692D
Black with #B1692D
Text Example
Text Example
White with #B1692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1692D; }
p { color: rgb(177,105,45); }
H1.HeaderClassName
{
color: #B1692D;
}
.AnyTagClassName
{
color: #B1692D;
}
</style>
background-color css
<style>
a { background-color: #B1692D; }
a { background-color: rgb(177,105,45); }
div.DivClassName
{
background-color: #B1692D;
}
.BgClassName
{
background-color: #B1692D;
}
</style>
border-color css
<style>
span { border-color: #B1692D; }
span { border-color: rgb(177,105,45); }
td.TdClassName
{
border-color: #B1692D;
}
.TagClassName
{
border-color: #B1692D;
}
</style>