Shades of Reno Sand #B36C34
Tints of Reno Sand #B36C34
RGB
CMYK
RGB Variations
Color information
#B36C34 (or 0xB36C34) is known color: Reno Sand. HEX triplet: B3, 6C and 34. RGB value is (179,108,52). Sum of RGB (Red+Green+Blue) = 179+108+52=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36C34 is #4C93CB. Grayscale: #7B7B7B. Windows color (decimal): -5018572 or 3435699. OLE color: 3435699.
HSL color Cylindrical-coordinate representation of color #B36C34: hue angle of 26.46º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B36C34 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 108 | 52 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.30 |
| HSL | 26.46º | 0.55% | 0.45% | - |
| HSV(B) | 26.46º | 0.71% | 0.7% | - |
| XYZ | 24.57 | 20.56 | 5.92 | - |
| YUV | 122.85 | 88.02 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 108 | 52 | 0 | 0.40 | 0.71 | 0.30 | 26.46 | 0.55 | 0.45 |
| Hex | B3 | 6C | 34 | 0 | 28 | 47 | 1E | 1A | 37 | 2D |
| Octal | 263 | 154 | 64 | 0 | 50 | 107 | 36 | 32 | 67 | 55 |
| Binary | 10110011 | 1101100 | 110100 | 0 | 101000 | 1000111 | 11110 | 11010 | 110111 | 101101 |
Color Harmonies of #B36C34
Complementary color
Monochromatic Colors of #B36C34
Black with #B36C34
Text Example
Text Example
White with #B36C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36C34; }
p { color: rgb(179,108,52); }
H1.HeaderClassName
{
color: #B36C34;
}
.AnyTagClassName
{
color: #B36C34;
}
</style>
background-color css
<style>
a { background-color: #B36C34; }
a { background-color: rgb(179,108,52); }
div.DivClassName
{
background-color: #B36C34;
}
.BgClassName
{
background-color: #B36C34;
}
</style>
border-color css
<style>
span { border-color: #B36C34; }
span { border-color: rgb(179,108,52); }
td.TdClassName
{
border-color: #B36C34;
}
.TagClassName
{
border-color: #B36C34;
}
</style>