Shades of Reno Sand #B66E36
Tints of Reno Sand #B66E36
RGB
CMYK
RGB Variations
Color information
#B66E36 (or 0xB66E36) is known color: Reno Sand. HEX triplet: B6, 6E and 36. RGB value is (182,110,54). Sum of RGB (Red+Green+Blue) = 182+110+54=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66E36 is #4991C9. Grayscale: #7D7D7D. Windows color (decimal): -4821450 or 3567286. OLE color: 3567286.
HSL color Cylindrical-coordinate representation of color #B66E36: hue angle of 26.25º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B66E36 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 110 | 54 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.29 |
| HSL | 26.25º | 0.54% | 0.46% | - |
| HSV(B) | 26.25º | 0.7% | 0.71% | - |
| XYZ | 25.53 | 21.36 | 6.27 | - |
| YUV | 125.14 | 87.85 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 54 | 0 | 0.40 | 0.70 | 0.29 | 26.25 | 0.54 | 0.46 |
| Hex | B6 | 6E | 36 | 0 | 28 | 46 | 1D | 1A | 36 | 2E |
| Octal | 266 | 156 | 66 | 0 | 50 | 106 | 35 | 32 | 66 | 56 |
| Binary | 10110110 | 1101110 | 110110 | 0 | 101000 | 1000110 | 11101 | 11010 | 110110 | 101110 |
Color Harmonies of #B66E36
Complementary color
Monochromatic Colors of #B66E36
Black with #B66E36
Text Example
Text Example
White with #B66E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66E36; }
p { color: rgb(182,110,54); }
H1.HeaderClassName
{
color: #B66E36;
}
.AnyTagClassName
{
color: #B66E36;
}
</style>
background-color css
<style>
a { background-color: #B66E36; }
a { background-color: rgb(182,110,54); }
div.DivClassName
{
background-color: #B66E36;
}
.BgClassName
{
background-color: #B66E36;
}
</style>
border-color css
<style>
span { border-color: #B66E36; }
span { border-color: rgb(182,110,54); }
td.TdClassName
{
border-color: #B66E36;
}
.TagClassName
{
border-color: #B66E36;
}
</style>