Shades of Reno Sand #B06434
Tints of Reno Sand #B06434
RGB
CMYK
RGB Variations
Color information
#B06434 (or 0xB06434) is known color: Reno Sand. HEX triplet: B0, 64 and 34. RGB value is (176,100,52). Sum of RGB (Red+Green+Blue) = 176+100+52=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B06434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06434 is #4F9BCB. Grayscale: #757575. Windows color (decimal): -5217228 or 3433648. OLE color: 3433648.
HSL color Cylindrical-coordinate representation of color #B06434: hue angle of 23.23º 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 #B06434 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 100 | 52 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.31 |
| HSL | 23.23º | 0.54% | 0.45% | - |
| HSV(B) | 23.23º | 0.7% | 0.69% | - |
| XYZ | 23.08 | 18.59 | 5.62 | - |
| YUV | 117.25 | 91.18 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 52 | 0 | 0.43 | 0.70 | 0.31 | 23.23 | 0.54 | 0.45 |
| Hex | B0 | 64 | 34 | 0 | 2B | 46 | 1F | 17 | 36 | 2D |
| Octal | 260 | 144 | 64 | 0 | 53 | 106 | 37 | 27 | 66 | 55 |
| Binary | 10110000 | 1100100 | 110100 | 0 | 101011 | 1000110 | 11111 | 10111 | 110110 | 101101 |
Color Harmonies of #B06434
Complementary color
Monochromatic Colors of #B06434
Black with #B06434
Text Example
Text Example
White with #B06434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06434; }
p { color: rgb(176,100,52); }
H1.HeaderClassName
{
color: #B06434;
}
.AnyTagClassName
{
color: #B06434;
}
</style>
background-color css
<style>
a { background-color: #B06434; }
a { background-color: rgb(176,100,52); }
div.DivClassName
{
background-color: #B06434;
}
.BgClassName
{
background-color: #B06434;
}
</style>
border-color css
<style>
span { border-color: #B06434; }
span { border-color: rgb(176,100,52); }
td.TdClassName
{
border-color: #B06434;
}
.TagClassName
{
border-color: #B06434;
}
</style>