Shades of Reno Sand #B06E2A
Tints of Reno Sand #B06E2A
RGB
CMYK
RGB Variations
Color information
#B06E2A (or 0xB06E2A) is known color: Reno Sand. HEX triplet: B0, 6E and 2A. RGB value is (176,110,42). Sum of RGB (Red+Green+Blue) = 176+110+42=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06E2A is #4F91D5. Grayscale: #7A7A7A. Windows color (decimal): -5214678 or 2780848. OLE color: 2780848.
HSL color Cylindrical-coordinate representation of color #B06E2A: hue angle of 30.45º 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 #B06E2A is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 110 | 42 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.31 |
| HSL | 30.45º | 0.61% | 0.43% | - |
| HSV(B) | 30.45º | 0.76% | 0.69% | - |
| XYZ | 23.9 | 20.55 | 4.9 | - |
| YUV | 121.98 | 82.87 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 42 | 0 | 0.37 | 0.76 | 0.31 | 30.45 | 0.61 | 0.43 |
| Hex | B0 | 6E | 2A | 0 | 25 | 4C | 1F | 1E | 3D | 2B |
| Octal | 260 | 156 | 52 | 0 | 45 | 114 | 37 | 36 | 75 | 53 |
| Binary | 10110000 | 1101110 | 101010 | 0 | 100101 | 1001100 | 11111 | 11110 | 111101 | 101011 |
Color Harmonies of #B06E2A
Complementary color
Monochromatic Colors of #B06E2A
Black with #B06E2A
Text Example
Text Example
White with #B06E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06E2A; }
p { color: rgb(176,110,42); }
H1.HeaderClassName
{
color: #B06E2A;
}
.AnyTagClassName
{
color: #B06E2A;
}
</style>
background-color css
<style>
a { background-color: #B06E2A; }
a { background-color: rgb(176,110,42); }
div.DivClassName
{
background-color: #B06E2A;
}
.BgClassName
{
background-color: #B06E2A;
}
</style>
border-color css
<style>
span { border-color: #B06E2A; }
span { border-color: rgb(176,110,42); }
td.TdClassName
{
border-color: #B06E2A;
}
.TagClassName
{
border-color: #B06E2A;
}
</style>