Shades of Reno Sand #B1692A
Tints of Reno Sand #B1692A
RGB
CMYK
RGB Variations
Color information
#B1692A (or 0xB1692A) is known color: Reno Sand. HEX triplet: B1, 69 and 2A. RGB value is (177,105,42). Sum of RGB (Red+Green+Blue) = 177+105+42=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1692A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1692A is #4E96D5. Grayscale: #777777. Windows color (decimal): -5150422 or 2779569. OLE color: 2779569.
HSL color Cylindrical-coordinate representation of color #B1692A: hue angle of 28º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1692A is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 42 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.31 |
| HSL | 28º | 0.62% | 0.43% | - |
| HSV(B) | 28º | 0.76% | 0.69% | - |
| XYZ | 23.6 | 19.62 | 4.73 | - |
| YUV | 119.35 | 84.35 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 42 | 0 | 0.41 | 0.76 | 0.31 | 28 | 0.62 | 0.43 |
| Hex | B1 | 69 | 2A | 0 | 29 | 4C | 1F | 1C | 3E | 2B |
| Octal | 261 | 151 | 52 | 0 | 51 | 114 | 37 | 34 | 76 | 53 |
| Binary | 10110001 | 1101001 | 101010 | 0 | 101001 | 1001100 | 11111 | 11100 | 111110 | 101011 |
Color Harmonies of #B1692A
Complementary color
Monochromatic Colors of #B1692A
Black with #B1692A
Text Example
Text Example
White with #B1692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1692A; }
p { color: rgb(177,105,42); }
H1.HeaderClassName
{
color: #B1692A;
}
.AnyTagClassName
{
color: #B1692A;
}
</style>
background-color css
<style>
a { background-color: #B1692A; }
a { background-color: rgb(177,105,42); }
div.DivClassName
{
background-color: #B1692A;
}
.BgClassName
{
background-color: #B1692A;
}
</style>
border-color css
<style>
span { border-color: #B1692A; }
span { border-color: rgb(177,105,42); }
td.TdClassName
{
border-color: #B1692A;
}
.TagClassName
{
border-color: #B1692A;
}
</style>