Shades of Reno Sand #B7703A
Tints of Reno Sand #B7703A
RGB
CMYK
RGB Variations
Color information
#B7703A (or 0xB7703A) is known color: Reno Sand. HEX triplet: B7, 70 and 3A. RGB value is (183,112,58). Sum of RGB (Red+Green+Blue) = 183+112+58=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B7703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7703A is #488FC5. Grayscale: #7F7F7F. Windows color (decimal): -4755398 or 3829943. OLE color: 3829943.
HSL color Cylindrical-coordinate representation of color #B7703A: hue angle of 25.92º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7703A is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 58 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.28 |
| HSL | 25.92º | 0.52% | 0.47% | - |
| HSV(B) | 25.92º | 0.68% | 0.72% | - |
| XYZ | 26.09 | 21.96 | 6.87 | - |
| YUV | 127.07 | 89.02 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 58 | 0 | 0.39 | 0.68 | 0.28 | 25.92 | 0.52 | 0.47 |
| Hex | B7 | 70 | 3A | 0 | 27 | 44 | 1C | 1A | 34 | 2F |
| Octal | 267 | 160 | 72 | 0 | 47 | 104 | 34 | 32 | 64 | 57 |
| Binary | 10110111 | 1110000 | 111010 | 0 | 100111 | 1000100 | 11100 | 11010 | 110100 | 101111 |
Color Harmonies of #B7703A
Complementary color
Monochromatic Colors of #B7703A
Black with #B7703A
Text Example
Text Example
White with #B7703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7703A; }
p { color: rgb(183,112,58); }
H1.HeaderClassName
{
color: #B7703A;
}
.AnyTagClassName
{
color: #B7703A;
}
</style>
background-color css
<style>
a { background-color: #B7703A; }
a { background-color: rgb(183,112,58); }
div.DivClassName
{
background-color: #B7703A;
}
.BgClassName
{
background-color: #B7703A;
}
</style>
border-color css
<style>
span { border-color: #B7703A; }
span { border-color: rgb(183,112,58); }
td.TdClassName
{
border-color: #B7703A;
}
.TagClassName
{
border-color: #B7703A;
}
</style>