Shades of Reno Sand #B5702C
Tints of Reno Sand #B5702C
RGB
CMYK
RGB Variations
Color information
#B5702C (or 0xB5702C) is known color: Reno Sand. HEX triplet: B5, 70 and 2C. RGB value is (181,112,44). Sum of RGB (Red+Green+Blue) = 181+112+44=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B5702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5702C is #4A8FD3. Grayscale: #7D7D7D. Windows color (decimal): -4886484 or 2912437. OLE color: 2912437.
HSL color Cylindrical-coordinate representation of color #B5702C: hue angle of 29.78º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5702C is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 44 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.29 |
| HSL | 29.78º | 0.61% | 0.44% | - |
| HSV(B) | 29.78º | 0.76% | 0.71% | - |
| XYZ | 25.3 | 21.59 | 5.22 | - |
| YUV | 124.88 | 82.36 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 44 | 0 | 0.38 | 0.76 | 0.29 | 29.78 | 0.61 | 0.44 |
| Hex | B5 | 70 | 2C | 0 | 26 | 4C | 1D | 1E | 3D | 2C |
| Octal | 265 | 160 | 54 | 0 | 46 | 114 | 35 | 36 | 75 | 54 |
| Binary | 10110101 | 1110000 | 101100 | 0 | 100110 | 1001100 | 11101 | 11110 | 111101 | 101100 |
Color Harmonies of #B5702C
Complementary color
Monochromatic Colors of #B5702C
Black with #B5702C
Text Example
Text Example
White with #B5702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5702C; }
p { color: rgb(181,112,44); }
H1.HeaderClassName
{
color: #B5702C;
}
.AnyTagClassName
{
color: #B5702C;
}
</style>
background-color css
<style>
a { background-color: #B5702C; }
a { background-color: rgb(181,112,44); }
div.DivClassName
{
background-color: #B5702C;
}
.BgClassName
{
background-color: #B5702C;
}
</style>
border-color css
<style>
span { border-color: #B5702C; }
span { border-color: rgb(181,112,44); }
td.TdClassName
{
border-color: #B5702C;
}
.TagClassName
{
border-color: #B5702C;
}
</style>