Shades of Reno Sand #B07238
Tints of Reno Sand #B07238
RGB
CMYK
RGB Variations
Color information
#B07238 (or 0xB07238) is known color: Reno Sand. HEX triplet: B0, 72 and 38. RGB value is (176,114,56). Sum of RGB (Red+Green+Blue) = 176+114+56=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B07238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07238 is #4F8DC7. Grayscale: #7E7E7E. Windows color (decimal): -5213640 or 3699376. OLE color: 3699376.
HSL color Cylindrical-coordinate representation of color #B07238: hue angle of 29º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B07238 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 114 | 56 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.31 |
| HSL | 29º | 0.52% | 0.45% | - |
| HSV(B) | 29º | 0.68% | 0.69% | - |
| XYZ | 24.64 | 21.55 | 6.6 | - |
| YUV | 125.93 | 88.54 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 56 | 0 | 0.35 | 0.68 | 0.31 | 29 | 0.52 | 0.45 |
| Hex | B0 | 72 | 38 | 0 | 23 | 44 | 1F | 1D | 34 | 2D |
| Octal | 260 | 162 | 70 | 0 | 43 | 104 | 37 | 35 | 64 | 55 |
| Binary | 10110000 | 1110010 | 111000 | 0 | 100011 | 1000100 | 11111 | 11101 | 110100 | 101101 |
Color Harmonies of #B07238
Complementary color
Monochromatic Colors of #B07238
Black with #B07238
Text Example
Text Example
White with #B07238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07238; }
p { color: rgb(176,114,56); }
H1.HeaderClassName
{
color: #B07238;
}
.AnyTagClassName
{
color: #B07238;
}
</style>
background-color css
<style>
a { background-color: #B07238; }
a { background-color: rgb(176,114,56); }
div.DivClassName
{
background-color: #B07238;
}
.BgClassName
{
background-color: #B07238;
}
</style>
border-color css
<style>
span { border-color: #B07238; }
span { border-color: rgb(176,114,56); }
td.TdClassName
{
border-color: #B07238;
}
.TagClassName
{
border-color: #B07238;
}
</style>