Shades of Reno Sand #B3652C
Tints of Reno Sand #B3652C
RGB
CMYK
RGB Variations
Color information
#B3652C (or 0xB3652C) is known color: Reno Sand. HEX triplet: B3, 65 and 2C. RGB value is (179,101,44). Sum of RGB (Red+Green+Blue) = 179+101+44=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B3652C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3652C is #4C9AD3. Grayscale: #767676. Windows color (decimal): -5020372 or 2909619. OLE color: 2909619.
HSL color Cylindrical-coordinate representation of color #B3652C: hue angle of 25.33º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3652C is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 101 | 44 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.30 |
| HSL | 25.33º | 0.61% | 0.44% | - |
| HSV(B) | 25.33º | 0.75% | 0.7% | - |
| XYZ | 23.7 | 19.07 | 4.82 | - |
| YUV | 117.82 | 86.34 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 44 | 0 | 0.44 | 0.75 | 0.30 | 25.33 | 0.61 | 0.44 |
| Hex | B3 | 65 | 2C | 0 | 2C | 4B | 1E | 19 | 3D | 2C |
| Octal | 263 | 145 | 54 | 0 | 54 | 113 | 36 | 31 | 75 | 54 |
| Binary | 10110011 | 1100101 | 101100 | 0 | 101100 | 1001011 | 11110 | 11001 | 111101 | 101100 |
Color Harmonies of #B3652C
Complementary color
Monochromatic Colors of #B3652C
Black with #B3652C
Text Example
Text Example
White with #B3652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3652C; }
p { color: rgb(179,101,44); }
H1.HeaderClassName
{
color: #B3652C;
}
.AnyTagClassName
{
color: #B3652C;
}
</style>
background-color css
<style>
a { background-color: #B3652C; }
a { background-color: rgb(179,101,44); }
div.DivClassName
{
background-color: #B3652C;
}
.BgClassName
{
background-color: #B3652C;
}
</style>
border-color css
<style>
span { border-color: #B3652C; }
span { border-color: rgb(179,101,44); }
td.TdClassName
{
border-color: #B3652C;
}
.TagClassName
{
border-color: #B3652C;
}
</style>