Shades of Reno Sand #B06E2B
Tints of Reno Sand #B06E2B
RGB
CMYK
RGB Variations
Color information
#B06E2B (or 0xB06E2B) is known color: Reno Sand. HEX triplet: B0, 6E and 2B. RGB value is (176,110,43). Sum of RGB (Red+Green+Blue) = 176+110+43=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06E2B is #4F91D4. Grayscale: #7A7A7A. Windows color (decimal): -5214677 or 2846384. OLE color: 2846384.
HSL color Cylindrical-coordinate representation of color #B06E2B: hue angle of 30.23º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B06E2B is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 110 | 43 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.31 |
| HSL | 30.23º | 0.61% | 0.43% | - |
| HSV(B) | 30.23º | 0.76% | 0.69% | - |
| XYZ | 23.92 | 20.56 | 4.99 | - |
| YUV | 122.1 | 83.37 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 43 | 0 | 0.37 | 0.76 | 0.31 | 30.23 | 0.61 | 0.43 |
| Hex | B0 | 6E | 2B | 0 | 25 | 4C | 1F | 1E | 3D | 2B |
| Octal | 260 | 156 | 53 | 0 | 45 | 114 | 37 | 36 | 75 | 53 |
| Binary | 10110000 | 1101110 | 101011 | 0 | 100101 | 1001100 | 11111 | 11110 | 111101 | 101011 |
Color Harmonies of #B06E2B
Complementary color
Monochromatic Colors of #B06E2B
Black with #B06E2B
Text Example
Text Example
White with #B06E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06E2B; }
p { color: rgb(176,110,43); }
H1.HeaderClassName
{
color: #B06E2B;
}
.AnyTagClassName
{
color: #B06E2B;
}
</style>
background-color css
<style>
a { background-color: #B06E2B; }
a { background-color: rgb(176,110,43); }
div.DivClassName
{
background-color: #B06E2B;
}
.BgClassName
{
background-color: #B06E2B;
}
</style>
border-color css
<style>
span { border-color: #B06E2B; }
span { border-color: rgb(176,110,43); }
td.TdClassName
{
border-color: #B06E2B;
}
.TagClassName
{
border-color: #B06E2B;
}
</style>