Shades of Reno Sand #B0732F
Tints of Reno Sand #B0732F
RGB
CMYK
RGB Variations
Color information
#B0732F (or 0xB0732F) is known color: Reno Sand. HEX triplet: B0, 73 and 2F. RGB value is (176,115,47). Sum of RGB (Red+Green+Blue) = 176+115+47=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0732F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0732F is #4F8CD0. Grayscale: #7D7D7D. Windows color (decimal): -5213393 or 3109808. OLE color: 3109808.
HSL color Cylindrical-coordinate representation of color #B0732F: hue angle of 31.63º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0732F is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 47 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.31 |
| HSL | 31.63º | 0.58% | 0.44% | - |
| HSV(B) | 31.63º | 0.73% | 0.69% | - |
| XYZ | 24.55 | 21.7 | 5.58 | - |
| YUV | 125.49 | 83.71 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 47 | 0 | 0.35 | 0.73 | 0.31 | 31.63 | 0.58 | 0.44 |
| Hex | B0 | 73 | 2F | 0 | 23 | 49 | 1F | 20 | 3A | 2C |
| Octal | 260 | 163 | 57 | 0 | 43 | 111 | 37 | 40 | 72 | 54 |
| Binary | 10110000 | 1110011 | 101111 | 0 | 100011 | 1001001 | 11111 | 100000 | 111010 | 101100 |
Color Harmonies of #B0732F
Complementary color
Monochromatic Colors of #B0732F
Black with #B0732F
Text Example
Text Example
White with #B0732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0732F; }
p { color: rgb(176,115,47); }
H1.HeaderClassName
{
color: #B0732F;
}
.AnyTagClassName
{
color: #B0732F;
}
</style>
background-color css
<style>
a { background-color: #B0732F; }
a { background-color: rgb(176,115,47); }
div.DivClassName
{
background-color: #B0732F;
}
.BgClassName
{
background-color: #B0732F;
}
</style>
border-color css
<style>
span { border-color: #B0732F; }
span { border-color: rgb(176,115,47); }
td.TdClassName
{
border-color: #B0732F;
}
.TagClassName
{
border-color: #B0732F;
}
</style>