Shades of Reno Sand #B2662F
Tints of Reno Sand #B2662F
RGB
CMYK
RGB Variations
Color information
#B2662F (or 0xB2662F) is known color: Reno Sand. HEX triplet: B2, 66 and 2F. RGB value is (178,102,47). Sum of RGB (Red+Green+Blue) = 178+102+47=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B2662F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2662F is #4D99D0. Grayscale: #767676. Windows color (decimal): -5085649 or 3106482. OLE color: 3106482.
HSL color Cylindrical-coordinate representation of color #B2662F: hue angle of 25.19º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2662F is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 102 | 47 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.30 |
| HSL | 25.19º | 0.58% | 0.44% | - |
| HSV(B) | 25.19º | 0.74% | 0.7% | - |
| XYZ | 23.62 | 19.17 | 5.14 | - |
| YUV | 118.45 | 87.68 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 102 | 47 | 0 | 0.43 | 0.74 | 0.30 | 25.19 | 0.58 | 0.44 |
| Hex | B2 | 66 | 2F | 0 | 2B | 4A | 1E | 19 | 3A | 2C |
| Octal | 262 | 146 | 57 | 0 | 53 | 112 | 36 | 31 | 72 | 54 |
| Binary | 10110010 | 1100110 | 101111 | 0 | 101011 | 1001010 | 11110 | 11001 | 111010 | 101100 |
Color Harmonies of #B2662F
Complementary color
Monochromatic Colors of #B2662F
Black with #B2662F
Text Example
Text Example
White with #B2662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2662F; }
p { color: rgb(178,102,47); }
H1.HeaderClassName
{
color: #B2662F;
}
.AnyTagClassName
{
color: #B2662F;
}
</style>
background-color css
<style>
a { background-color: #B2662F; }
a { background-color: rgb(178,102,47); }
div.DivClassName
{
background-color: #B2662F;
}
.BgClassName
{
background-color: #B2662F;
}
</style>
border-color css
<style>
span { border-color: #B2662F; }
span { border-color: rgb(178,102,47); }
td.TdClassName
{
border-color: #B2662F;
}
.TagClassName
{
border-color: #B2662F;
}
</style>