Shades of Reno Sand #B66E2C
Tints of Reno Sand #B66E2C
RGB
CMYK
RGB Variations
Color information
#B66E2C (or 0xB66E2C) is known color: Reno Sand. HEX triplet: B6, 6E and 2C. RGB value is (182,110,44). Sum of RGB (Red+Green+Blue) = 182+110+44=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66E2C is #4991D3. Grayscale: #7C7C7C. Windows color (decimal): -4821460 or 2911926. OLE color: 2911926.
HSL color Cylindrical-coordinate representation of color #B66E2C: hue angle of 28.7º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B66E2C is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 110 | 44 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.29 |
| HSL | 28.7º | 0.61% | 0.44% | - |
| HSV(B) | 28.7º | 0.76% | 0.71% | - |
| XYZ | 25.32 | 21.28 | 5.16 | - |
| YUV | 124 | 82.85 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 44 | 0 | 0.40 | 0.76 | 0.29 | 28.7 | 0.61 | 0.44 |
| Hex | B6 | 6E | 2C | 0 | 28 | 4C | 1D | 1D | 3D | 2C |
| Octal | 266 | 156 | 54 | 0 | 50 | 114 | 35 | 35 | 75 | 54 |
| Binary | 10110110 | 1101110 | 101100 | 0 | 101000 | 1001100 | 11101 | 11101 | 111101 | 101100 |
Color Harmonies of #B66E2C
Complementary color
Monochromatic Colors of #B66E2C
Black with #B66E2C
Text Example
Text Example
White with #B66E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66E2C; }
p { color: rgb(182,110,44); }
H1.HeaderClassName
{
color: #B66E2C;
}
.AnyTagClassName
{
color: #B66E2C;
}
</style>
background-color css
<style>
a { background-color: #B66E2C; }
a { background-color: rgb(182,110,44); }
div.DivClassName
{
background-color: #B66E2C;
}
.BgClassName
{
background-color: #B66E2C;
}
</style>
border-color css
<style>
span { border-color: #B66E2C; }
span { border-color: rgb(182,110,44); }
td.TdClassName
{
border-color: #B66E2C;
}
.TagClassName
{
border-color: #B66E2C;
}
</style>