Shades of Reno Sand #B07333
Tints of Reno Sand #B07333
RGB
CMYK
RGB Variations
Color information
#B07333 (or 0xB07333) is known color: Reno Sand. HEX triplet: B0, 73 and 33. RGB value is (176,115,51). Sum of RGB (Red+Green+Blue) = 176+115+51=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B07333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07333 is #4F8CCC. Grayscale: #7E7E7E. Windows color (decimal): -5213389 or 3371952. OLE color: 3371952.
HSL color Cylindrical-coordinate representation of color #B07333: hue angle of 30.72º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B07333 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 51 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.31 |
| HSL | 30.72º | 0.55% | 0.45% | - |
| HSV(B) | 30.72º | 0.71% | 0.69% | - |
| XYZ | 24.63 | 21.73 | 6.03 | - |
| YUV | 125.94 | 85.71 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 51 | 0 | 0.35 | 0.71 | 0.31 | 30.72 | 0.55 | 0.45 |
| Hex | B0 | 73 | 33 | 0 | 23 | 47 | 1F | 1F | 37 | 2D |
| Octal | 260 | 163 | 63 | 0 | 43 | 107 | 37 | 37 | 67 | 55 |
| Binary | 10110000 | 1110011 | 110011 | 0 | 100011 | 1000111 | 11111 | 11111 | 110111 | 101101 |
Color Harmonies of #B07333
Complementary color
Monochromatic Colors of #B07333
Black with #B07333
Text Example
Text Example
White with #B07333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07333; }
p { color: rgb(176,115,51); }
H1.HeaderClassName
{
color: #B07333;
}
.AnyTagClassName
{
color: #B07333;
}
</style>
background-color css
<style>
a { background-color: #B07333; }
a { background-color: rgb(176,115,51); }
div.DivClassName
{
background-color: #B07333;
}
.BgClassName
{
background-color: #B07333;
}
</style>
border-color css
<style>
span { border-color: #B07333; }
span { border-color: rgb(176,115,51); }
td.TdClassName
{
border-color: #B07333;
}
.TagClassName
{
border-color: #B07333;
}
</style>