Shades of Reno Sand #B36729
Tints of Reno Sand #B36729
RGB
CMYK
RGB Variations
Color information
#B36729 (or 0xB36729) is known color: Reno Sand. HEX triplet: B3, 67 and 29. RGB value is (179,103,41). Sum of RGB (Red+Green+Blue) = 179+103+41=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B36729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36729 is #4C98D6. Grayscale: #767676. Windows color (decimal): -5019863 or 2713523. OLE color: 2713523.
HSL color Cylindrical-coordinate representation of color #B36729: hue angle of 26.96º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B36729 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 41 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.30 |
| HSL | 26.96º | 0.63% | 0.43% | - |
| HSV(B) | 26.96º | 0.77% | 0.7% | - |
| XYZ | 23.84 | 19.44 | 4.59 | - |
| YUV | 118.66 | 84.18 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 41 | 0 | 0.42 | 0.77 | 0.30 | 26.96 | 0.63 | 0.43 |
| Hex | B3 | 67 | 29 | 0 | 2A | 4D | 1E | 1B | 3F | 2B |
| Octal | 263 | 147 | 51 | 0 | 52 | 115 | 36 | 33 | 77 | 53 |
| Binary | 10110011 | 1100111 | 101001 | 0 | 101010 | 1001101 | 11110 | 11011 | 111111 | 101011 |
Color Harmonies of #B36729
Complementary color
Monochromatic Colors of #B36729
Black with #B36729
Text Example
Text Example
White with #B36729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36729; }
p { color: rgb(179,103,41); }
H1.HeaderClassName
{
color: #B36729;
}
.AnyTagClassName
{
color: #B36729;
}
</style>
background-color css
<style>
a { background-color: #B36729; }
a { background-color: rgb(179,103,41); }
div.DivClassName
{
background-color: #B36729;
}
.BgClassName
{
background-color: #B36729;
}
</style>
border-color css
<style>
span { border-color: #B36729; }
span { border-color: rgb(179,103,41); }
td.TdClassName
{
border-color: #B36729;
}
.TagClassName
{
border-color: #B36729;
}
</style>