Shades of Reno Sand #B06729
Tints of Reno Sand #B06729
RGB
CMYK
RGB Variations
Color information
#B06729 (or 0xB06729) is known color: Reno Sand. HEX triplet: B0, 67 and 29. RGB value is (176,103,41). Sum of RGB (Red+Green+Blue) = 176+103+41=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B06729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06729 is #4F98D6. Grayscale: #767676. Windows color (decimal): -5216471 or 2713520. OLE color: 2713520.
HSL color Cylindrical-coordinate representation of color #B06729: hue angle of 27.56º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B06729 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 41 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.31 |
| HSL | 27.56º | 0.62% | 0.43% | - |
| HSV(B) | 27.56º | 0.77% | 0.69% | - |
| XYZ | 23.15 | 19.09 | 4.56 | - |
| YUV | 117.76 | 84.68 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 41 | 0 | 0.41 | 0.77 | 0.31 | 27.56 | 0.62 | 0.43 |
| Hex | B0 | 67 | 29 | 0 | 29 | 4D | 1F | 1C | 3E | 2B |
| Octal | 260 | 147 | 51 | 0 | 51 | 115 | 37 | 34 | 76 | 53 |
| Binary | 10110000 | 1100111 | 101001 | 0 | 101001 | 1001101 | 11111 | 11100 | 111110 | 101011 |
Color Harmonies of #B06729
Complementary color
Monochromatic Colors of #B06729
Black with #B06729
Text Example
Text Example
White with #B06729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06729; }
p { color: rgb(176,103,41); }
H1.HeaderClassName
{
color: #B06729;
}
.AnyTagClassName
{
color: #B06729;
}
</style>
background-color css
<style>
a { background-color: #B06729; }
a { background-color: rgb(176,103,41); }
div.DivClassName
{
background-color: #B06729;
}
.BgClassName
{
background-color: #B06729;
}
</style>
border-color css
<style>
span { border-color: #B06729; }
span { border-color: rgb(176,103,41); }
td.TdClassName
{
border-color: #B06729;
}
.TagClassName
{
border-color: #B06729;
}
</style>