Shades of Reno Sand #B5703A
Tints of Reno Sand #B5703A
RGB
CMYK
RGB Variations
Color information
#B5703A (or 0xB5703A) is known color: Reno Sand. HEX triplet: B5, 70 and 3A. RGB value is (181,112,58). Sum of RGB (Red+Green+Blue) = 181+112+58=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B5703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5703A is #4A8FC5. Grayscale: #7E7E7E. Windows color (decimal): -4886470 or 3829941. OLE color: 3829941.
HSL color Cylindrical-coordinate representation of color #B5703A: hue angle of 26.34º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5703A is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 58 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.29 |
| HSL | 26.34º | 0.51% | 0.47% | - |
| HSV(B) | 26.34º | 0.68% | 0.71% | - |
| XYZ | 25.61 | 21.72 | 6.84 | - |
| YUV | 126.48 | 89.36 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 58 | 0 | 0.38 | 0.68 | 0.29 | 26.34 | 0.51 | 0.47 |
| Hex | B5 | 70 | 3A | 0 | 26 | 44 | 1D | 1A | 33 | 2F |
| Octal | 265 | 160 | 72 | 0 | 46 | 104 | 35 | 32 | 63 | 57 |
| Binary | 10110101 | 1110000 | 111010 | 0 | 100110 | 1000100 | 11101 | 11010 | 110011 | 101111 |
Color Harmonies of #B5703A
Complementary color
Monochromatic Colors of #B5703A
Black with #B5703A
Text Example
Text Example
White with #B5703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5703A; }
p { color: rgb(181,112,58); }
H1.HeaderClassName
{
color: #B5703A;
}
.AnyTagClassName
{
color: #B5703A;
}
</style>
background-color css
<style>
a { background-color: #B5703A; }
a { background-color: rgb(181,112,58); }
div.DivClassName
{
background-color: #B5703A;
}
.BgClassName
{
background-color: #B5703A;
}
</style>
border-color css
<style>
span { border-color: #B5703A; }
span { border-color: rgb(181,112,58); }
td.TdClassName
{
border-color: #B5703A;
}
.TagClassName
{
border-color: #B5703A;
}
</style>