Shades of Reno Sand #B66E2A
Tints of Reno Sand #B66E2A
RGB
CMYK
RGB Variations
Color information
#B66E2A (or 0xB66E2A) is known color: Reno Sand. HEX triplet: B6, 6E and 2A. RGB value is (182,110,42). Sum of RGB (Red+Green+Blue) = 182+110+42=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66E2A is #4991D5. Grayscale: #7C7C7C. Windows color (decimal): -4821462 or 2780854. OLE color: 2780854.
HSL color Cylindrical-coordinate representation of color #B66E2A: hue angle of 29.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B66E2A is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 110 | 42 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.29 |
| HSL | 29.14º | 0.63% | 0.44% | - |
| HSV(B) | 29.14º | 0.77% | 0.71% | - |
| XYZ | 25.29 | 21.26 | 4.96 | - |
| YUV | 123.78 | 81.85 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 42 | 0 | 0.40 | 0.77 | 0.29 | 29.14 | 0.63 | 0.44 |
| Hex | B6 | 6E | 2A | 0 | 28 | 4D | 1D | 1D | 3E | 2C |
| Octal | 266 | 156 | 52 | 0 | 50 | 115 | 35 | 35 | 76 | 54 |
| Binary | 10110110 | 1101110 | 101010 | 0 | 101000 | 1001101 | 11101 | 11101 | 111110 | 101100 |
Color Harmonies of #B66E2A
Complementary color
Monochromatic Colors of #B66E2A
Black with #B66E2A
Text Example
Text Example
White with #B66E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66E2A; }
p { color: rgb(182,110,42); }
H1.HeaderClassName
{
color: #B66E2A;
}
.AnyTagClassName
{
color: #B66E2A;
}
</style>
background-color css
<style>
a { background-color: #B66E2A; }
a { background-color: rgb(182,110,42); }
div.DivClassName
{
background-color: #B66E2A;
}
.BgClassName
{
background-color: #B66E2A;
}
</style>
border-color css
<style>
span { border-color: #B66E2A; }
span { border-color: rgb(182,110,42); }
td.TdClassName
{
border-color: #B66E2A;
}
.TagClassName
{
border-color: #B66E2A;
}
</style>