Shades of Reno Sand #B66F2D
Tints of Reno Sand #B66F2D
RGB
CMYK
RGB Variations
Color information
#B66F2D (or 0xB66F2D) is known color: Reno Sand. HEX triplet: B6, 6F and 2D. RGB value is (182,111,45). Sum of RGB (Red+Green+Blue) = 182+111+45=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66F2D is #4990D2. Grayscale: #7D7D7D. Windows color (decimal): -4821203 or 2977718. OLE color: 2977718.
HSL color Cylindrical-coordinate representation of color #B66F2D: hue angle of 28.91º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B66F2D is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 111 | 45 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.29 |
| HSL | 28.91º | 0.6% | 0.45% | - |
| HSV(B) | 28.91º | 0.75% | 0.71% | - |
| XYZ | 25.45 | 21.5 | 5.29 | - |
| YUV | 124.71 | 83.02 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 111 | 45 | 0 | 0.39 | 0.75 | 0.29 | 28.91 | 0.6 | 0.45 |
| Hex | B6 | 6F | 2D | 0 | 27 | 4B | 1D | 1D | 3C | 2D |
| Octal | 266 | 157 | 55 | 0 | 47 | 113 | 35 | 35 | 74 | 55 |
| Binary | 10110110 | 1101111 | 101101 | 0 | 100111 | 1001011 | 11101 | 11101 | 111100 | 101101 |
Color Harmonies of #B66F2D
Complementary color
Monochromatic Colors of #B66F2D
Black with #B66F2D
Text Example
Text Example
White with #B66F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66F2D; }
p { color: rgb(182,111,45); }
H1.HeaderClassName
{
color: #B66F2D;
}
.AnyTagClassName
{
color: #B66F2D;
}
</style>
background-color css
<style>
a { background-color: #B66F2D; }
a { background-color: rgb(182,111,45); }
div.DivClassName
{
background-color: #B66F2D;
}
.BgClassName
{
background-color: #B66F2D;
}
</style>
border-color css
<style>
span { border-color: #B66F2D; }
span { border-color: rgb(182,111,45); }
td.TdClassName
{
border-color: #B66F2D;
}
.TagClassName
{
border-color: #B66F2D;
}
</style>