Shades of Reno Sand #B66B2F
Tints of Reno Sand #B66B2F
RGB
CMYK
RGB Variations
Color information
#B66B2F (or 0xB66B2F) is known color: Reno Sand. HEX triplet: B6, 6B and 2F. RGB value is (182,107,47). Sum of RGB (Red+Green+Blue) = 182+107+47=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66B2F is #4994D0. Grayscale: #7A7A7A. Windows color (decimal): -4822225 or 3107766. OLE color: 3107766.
HSL color Cylindrical-coordinate representation of color #B66B2F: hue angle of 26.67º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B66B2F is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 107 | 47 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.29 |
| HSL | 26.67º | 0.59% | 0.45% | - |
| HSV(B) | 26.67º | 0.74% | 0.71% | - |
| XYZ | 25.06 | 20.67 | 5.36 | - |
| YUV | 122.59 | 85.35 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 107 | 47 | 0 | 0.41 | 0.74 | 0.29 | 26.67 | 0.59 | 0.45 |
| Hex | B6 | 6B | 2F | 0 | 29 | 4A | 1D | 1B | 3B | 2D |
| Octal | 266 | 153 | 57 | 0 | 51 | 112 | 35 | 33 | 73 | 55 |
| Binary | 10110110 | 1101011 | 101111 | 0 | 101001 | 1001010 | 11101 | 11011 | 111011 | 101101 |
Color Harmonies of #B66B2F
Complementary color
Monochromatic Colors of #B66B2F
Black with #B66B2F
Text Example
Text Example
White with #B66B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66B2F; }
p { color: rgb(182,107,47); }
H1.HeaderClassName
{
color: #B66B2F;
}
.AnyTagClassName
{
color: #B66B2F;
}
</style>
background-color css
<style>
a { background-color: #B66B2F; }
a { background-color: rgb(182,107,47); }
div.DivClassName
{
background-color: #B66B2F;
}
.BgClassName
{
background-color: #B66B2F;
}
</style>
border-color css
<style>
span { border-color: #B66B2F; }
span { border-color: rgb(182,107,47); }
td.TdClassName
{
border-color: #B66B2F;
}
.TagClassName
{
border-color: #B66B2F;
}
</style>