Shades of Reno Sand #B06D2B
Tints of Reno Sand #B06D2B
RGB
CMYK
RGB Variations
Color information
#B06D2B (or 0xB06D2B) is known color: Reno Sand. HEX triplet: B0, 6D and 2B. RGB value is (176,109,43). Sum of RGB (Red+Green+Blue) = 176+109+43=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D2B is #4F92D4. Grayscale: #797979. Windows color (decimal): -5214933 or 2846128. OLE color: 2846128.
HSL color Cylindrical-coordinate representation of color #B06D2B: hue angle of 29.77º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B06D2B is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 43 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.31 |
| HSL | 29.77º | 0.61% | 0.43% | - |
| HSV(B) | 29.77º | 0.76% | 0.69% | - |
| XYZ | 23.81 | 20.34 | 4.96 | - |
| YUV | 121.51 | 83.7 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 43 | 0 | 0.38 | 0.76 | 0.31 | 29.77 | 0.61 | 0.43 |
| Hex | B0 | 6D | 2B | 0 | 26 | 4C | 1F | 1E | 3D | 2B |
| Octal | 260 | 155 | 53 | 0 | 46 | 114 | 37 | 36 | 75 | 53 |
| Binary | 10110000 | 1101101 | 101011 | 0 | 100110 | 1001100 | 11111 | 11110 | 111101 | 101011 |
Color Harmonies of #B06D2B
Complementary color
Monochromatic Colors of #B06D2B
Black with #B06D2B
Text Example
Text Example
White with #B06D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06D2B; }
p { color: rgb(176,109,43); }
H1.HeaderClassName
{
color: #B06D2B;
}
.AnyTagClassName
{
color: #B06D2B;
}
</style>
background-color css
<style>
a { background-color: #B06D2B; }
a { background-color: rgb(176,109,43); }
div.DivClassName
{
background-color: #B06D2B;
}
.BgClassName
{
background-color: #B06D2B;
}
</style>
border-color css
<style>
span { border-color: #B06D2B; }
span { border-color: rgb(176,109,43); }
td.TdClassName
{
border-color: #B06D2B;
}
.TagClassName
{
border-color: #B06D2B;
}
</style>