Shades of Reno Sand #B36A30
Tints of Reno Sand #B36A30
RGB
CMYK
RGB Variations
Color information
#B36A30 (or 0xB36A30) is known color: Reno Sand. HEX triplet: B3, 6A and 30. RGB value is (179,106,48). Sum of RGB (Red+Green+Blue) = 179+106+48=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36A30 is #4C95CF. Grayscale: #797979. Windows color (decimal): -5019088 or 3173043. OLE color: 3173043.
HSL color Cylindrical-coordinate representation of color #B36A30: hue angle of 26.56º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B36A30 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 106 | 48 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.30 |
| HSL | 26.56º | 0.58% | 0.45% | - |
| HSV(B) | 26.56º | 0.73% | 0.7% | - |
| XYZ | 24.28 | 20.11 | 5.4 | - |
| YUV | 121.22 | 86.68 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 106 | 48 | 0 | 0.41 | 0.73 | 0.30 | 26.56 | 0.58 | 0.45 |
| Hex | B3 | 6A | 30 | 0 | 29 | 49 | 1E | 1B | 3A | 2D |
| Octal | 263 | 152 | 60 | 0 | 51 | 111 | 36 | 33 | 72 | 55 |
| Binary | 10110011 | 1101010 | 110000 | 0 | 101001 | 1001001 | 11110 | 11011 | 111010 | 101101 |
Color Harmonies of #B36A30
Complementary color
Monochromatic Colors of #B36A30
Black with #B36A30
Text Example
Text Example
White with #B36A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36A30; }
p { color: rgb(179,106,48); }
H1.HeaderClassName
{
color: #B36A30;
}
.AnyTagClassName
{
color: #B36A30;
}
</style>
background-color css
<style>
a { background-color: #B36A30; }
a { background-color: rgb(179,106,48); }
div.DivClassName
{
background-color: #B36A30;
}
.BgClassName
{
background-color: #B36A30;
}
</style>
border-color css
<style>
span { border-color: #B36A30; }
span { border-color: rgb(179,106,48); }
td.TdClassName
{
border-color: #B36A30;
}
.TagClassName
{
border-color: #B36A30;
}
</style>