Shades of Reno Sand #B5702B
Tints of Reno Sand #B5702B
RGB
CMYK
RGB Variations
Color information
#B5702B (or 0xB5702B) is known color: Reno Sand. HEX triplet: B5, 70 and 2B. RGB value is (181,112,43). Sum of RGB (Red+Green+Blue) = 181+112+43=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B5702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5702B is #4A8FD4. Grayscale: #7D7D7D. Windows color (decimal): -4886485 or 2846901. OLE color: 2846901.
HSL color Cylindrical-coordinate representation of color #B5702B: hue angle of 30º degrees, saturation: 0.62, 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 #B5702B is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 43 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.29 |
| HSL | 30º | 0.62% | 0.44% | - |
| HSV(B) | 30º | 0.76% | 0.71% | - |
| XYZ | 25.29 | 21.59 | 5.12 | - |
| YUV | 124.77 | 81.86 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 43 | 0 | 0.38 | 0.76 | 0.29 | 30 | 0.62 | 0.44 |
| Hex | B5 | 70 | 2B | 0 | 26 | 4C | 1D | 1E | 3E | 2C |
| Octal | 265 | 160 | 53 | 0 | 46 | 114 | 35 | 36 | 76 | 54 |
| Binary | 10110101 | 1110000 | 101011 | 0 | 100110 | 1001100 | 11101 | 11110 | 111110 | 101100 |
Color Harmonies of #B5702B
Complementary color
Monochromatic Colors of #B5702B
Black with #B5702B
Text Example
Text Example
White with #B5702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5702B; }
p { color: rgb(181,112,43); }
H1.HeaderClassName
{
color: #B5702B;
}
.AnyTagClassName
{
color: #B5702B;
}
</style>
background-color css
<style>
a { background-color: #B5702B; }
a { background-color: rgb(181,112,43); }
div.DivClassName
{
background-color: #B5702B;
}
.BgClassName
{
background-color: #B5702B;
}
</style>
border-color css
<style>
span { border-color: #B5702B; }
span { border-color: rgb(181,112,43); }
td.TdClassName
{
border-color: #B5702B;
}
.TagClassName
{
border-color: #B5702B;
}
</style>