Shades of Reno Sand #B06935
Tints of Reno Sand #B06935
RGB
CMYK
RGB Variations
Color information
#B06935 (or 0xB06935) is known color: Reno Sand. HEX triplet: B0, 69 and 35. RGB value is (176,105,53). Sum of RGB (Red+Green+Blue) = 176+105+53=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B06935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06935 is #4F96CA. Grayscale: #787878. Windows color (decimal): -5215947 or 3500464. OLE color: 3500464.
HSL color Cylindrical-coordinate representation of color #B06935: hue angle of 25.37º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B06935 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 53 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.31 |
| HSL | 25.37º | 0.54% | 0.45% | - |
| HSV(B) | 25.37º | 0.7% | 0.69% | - |
| XYZ | 23.6 | 19.59 | 5.91 | - |
| YUV | 120.3 | 90.02 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 53 | 0 | 0.40 | 0.70 | 0.31 | 25.37 | 0.54 | 0.45 |
| Hex | B0 | 69 | 35 | 0 | 28 | 46 | 1F | 19 | 36 | 2D |
| Octal | 260 | 151 | 65 | 0 | 50 | 106 | 37 | 31 | 66 | 55 |
| Binary | 10110000 | 1101001 | 110101 | 0 | 101000 | 1000110 | 11111 | 11001 | 110110 | 101101 |
Color Harmonies of #B06935
Complementary color
Monochromatic Colors of #B06935
Black with #B06935
Text Example
Text Example
White with #B06935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06935; }
p { color: rgb(176,105,53); }
H1.HeaderClassName
{
color: #B06935;
}
.AnyTagClassName
{
color: #B06935;
}
</style>
background-color css
<style>
a { background-color: #B06935; }
a { background-color: rgb(176,105,53); }
div.DivClassName
{
background-color: #B06935;
}
.BgClassName
{
background-color: #B06935;
}
</style>
border-color css
<style>
span { border-color: #B06935; }
span { border-color: rgb(176,105,53); }
td.TdClassName
{
border-color: #B06935;
}
.TagClassName
{
border-color: #B06935;
}
</style>