Shades of Reno Sand #B5692D
Tints of Reno Sand #B5692D
RGB
CMYK
RGB Variations
Color information
#B5692D (or 0xB5692D) is known color: Reno Sand. HEX triplet: B5, 69 and 2D. RGB value is (181,105,45). Sum of RGB (Red+Green+Blue) = 181+105+45=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B5692D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5692D is #4A96D2. Grayscale: #797979. Windows color (decimal): -4888275 or 2976181. OLE color: 2976181.
HSL color Cylindrical-coordinate representation of color #B5692D: hue angle of 26.47º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5692D is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 45 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.29 |
| HSL | 26.47º | 0.6% | 0.44% | - |
| HSV(B) | 26.47º | 0.75% | 0.71% | - |
| XYZ | 24.58 | 20.12 | 5.07 | - |
| YUV | 120.88 | 85.18 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 45 | 0 | 0.42 | 0.75 | 0.29 | 26.47 | 0.6 | 0.44 |
| Hex | B5 | 69 | 2D | 0 | 2A | 4B | 1D | 1A | 3C | 2C |
| Octal | 265 | 151 | 55 | 0 | 52 | 113 | 35 | 32 | 74 | 54 |
| Binary | 10110101 | 1101001 | 101101 | 0 | 101010 | 1001011 | 11101 | 11010 | 111100 | 101100 |
Color Harmonies of #B5692D
Complementary color
Monochromatic Colors of #B5692D
Black with #B5692D
Text Example
Text Example
White with #B5692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5692D; }
p { color: rgb(181,105,45); }
H1.HeaderClassName
{
color: #B5692D;
}
.AnyTagClassName
{
color: #B5692D;
}
</style>
background-color css
<style>
a { background-color: #B5692D; }
a { background-color: rgb(181,105,45); }
div.DivClassName
{
background-color: #B5692D;
}
.BgClassName
{
background-color: #B5692D;
}
</style>
border-color css
<style>
span { border-color: #B5692D; }
span { border-color: rgb(181,105,45); }
td.TdClassName
{
border-color: #B5692D;
}
.TagClassName
{
border-color: #B5692D;
}
</style>