Shades of Reno Sand #B0652F
Tints of Reno Sand #B0652F
RGB
CMYK
RGB Variations
Color information
#B0652F (or 0xB0652F) is known color: Reno Sand. HEX triplet: B0, 65 and 2F. RGB value is (176,101,47). Sum of RGB (Red+Green+Blue) = 176+101+47=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B0652F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0652F is #4F9AD0. Grayscale: #757575. Windows color (decimal): -5216977 or 3106224. OLE color: 3106224.
HSL color Cylindrical-coordinate representation of color #B0652F: hue angle of 25.12º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0652F is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 101 | 47 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.31 |
| HSL | 25.12º | 0.58% | 0.44% | - |
| HSV(B) | 25.12º | 0.73% | 0.69% | - |
| XYZ | 23.07 | 18.74 | 5.09 | - |
| YUV | 117.27 | 88.35 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 47 | 0 | 0.43 | 0.73 | 0.31 | 25.12 | 0.58 | 0.44 |
| Hex | B0 | 65 | 2F | 0 | 2B | 49 | 1F | 19 | 3A | 2C |
| Octal | 260 | 145 | 57 | 0 | 53 | 111 | 37 | 31 | 72 | 54 |
| Binary | 10110000 | 1100101 | 101111 | 0 | 101011 | 1001001 | 11111 | 11001 | 111010 | 101100 |
Color Harmonies of #B0652F
Complementary color
Monochromatic Colors of #B0652F
Black with #B0652F
Text Example
Text Example
White with #B0652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0652F; }
p { color: rgb(176,101,47); }
H1.HeaderClassName
{
color: #B0652F;
}
.AnyTagClassName
{
color: #B0652F;
}
</style>
background-color css
<style>
a { background-color: #B0652F; }
a { background-color: rgb(176,101,47); }
div.DivClassName
{
background-color: #B0652F;
}
.BgClassName
{
background-color: #B0652F;
}
</style>
border-color css
<style>
span { border-color: #B0652F; }
span { border-color: rgb(176,101,47); }
td.TdClassName
{
border-color: #B0652F;
}
.TagClassName
{
border-color: #B0652F;
}
</style>