Shades of Reno Sand #B06E2E
Tints of Reno Sand #B06E2E
RGB
CMYK
RGB Variations
Color information
#B06E2E (or 0xB06E2E) is known color: Reno Sand. HEX triplet: B0, 6E and 2E. RGB value is (176,110,46). Sum of RGB (Red+Green+Blue) = 176+110+46=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06E2E is #4F91D1. Grayscale: #7A7A7A. Windows color (decimal): -5214674 or 3042992. OLE color: 3042992.
HSL color Cylindrical-coordinate representation of color #B06E2E: hue angle of 29.54º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B06E2E is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 110 | 46 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.31 |
| HSL | 29.54º | 0.59% | 0.44% | - |
| HSV(B) | 29.54º | 0.74% | 0.69% | - |
| XYZ | 23.97 | 20.58 | 5.29 | - |
| YUV | 122.44 | 84.87 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 46 | 0 | 0.37 | 0.74 | 0.31 | 29.54 | 0.59 | 0.44 |
| Hex | B0 | 6E | 2E | 0 | 25 | 4A | 1F | 1E | 3B | 2C |
| Octal | 260 | 156 | 56 | 0 | 45 | 112 | 37 | 36 | 73 | 54 |
| Binary | 10110000 | 1101110 | 101110 | 0 | 100101 | 1001010 | 11111 | 11110 | 111011 | 101100 |
Color Harmonies of #B06E2E
Complementary color
Monochromatic Colors of #B06E2E
Black with #B06E2E
Text Example
Text Example
White with #B06E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06E2E; }
p { color: rgb(176,110,46); }
H1.HeaderClassName
{
color: #B06E2E;
}
.AnyTagClassName
{
color: #B06E2E;
}
</style>
background-color css
<style>
a { background-color: #B06E2E; }
a { background-color: rgb(176,110,46); }
div.DivClassName
{
background-color: #B06E2E;
}
.BgClassName
{
background-color: #B06E2E;
}
</style>
border-color css
<style>
span { border-color: #B06E2E; }
span { border-color: rgb(176,110,46); }
td.TdClassName
{
border-color: #B06E2E;
}
.TagClassName
{
border-color: #B06E2E;
}
</style>