Shades of Reno Sand #B36C32
Tints of Reno Sand #B36C32
RGB
CMYK
RGB Variations
Color information
#B36C32 (or 0xB36C32) is known color: Reno Sand. HEX triplet: B3, 6C and 32. RGB value is (179,108,50). Sum of RGB (Red+Green+Blue) = 179+108+50=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36C32 is #4C93CD. Grayscale: #7A7A7A. Windows color (decimal): -5018574 or 3304627. OLE color: 3304627.
HSL color Cylindrical-coordinate representation of color #B36C32: hue angle of 26.98º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B36C32 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 108 | 50 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.30 |
| HSL | 26.98º | 0.56% | 0.45% | - |
| HSV(B) | 26.98º | 0.72% | 0.7% | - |
| XYZ | 24.53 | 20.54 | 5.69 | - |
| YUV | 122.62 | 87.02 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 108 | 50 | 0 | 0.40 | 0.72 | 0.30 | 26.98 | 0.56 | 0.45 |
| Hex | B3 | 6C | 32 | 0 | 28 | 48 | 1E | 1B | 38 | 2D |
| Octal | 263 | 154 | 62 | 0 | 50 | 110 | 36 | 33 | 70 | 55 |
| Binary | 10110011 | 1101100 | 110010 | 0 | 101000 | 1001000 | 11110 | 11011 | 111000 | 101101 |
Color Harmonies of #B36C32
Complementary color
Monochromatic Colors of #B36C32
Black with #B36C32
Text Example
Text Example
White with #B36C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36C32; }
p { color: rgb(179,108,50); }
H1.HeaderClassName
{
color: #B36C32;
}
.AnyTagClassName
{
color: #B36C32;
}
</style>
background-color css
<style>
a { background-color: #B36C32; }
a { background-color: rgb(179,108,50); }
div.DivClassName
{
background-color: #B36C32;
}
.BgClassName
{
background-color: #B36C32;
}
</style>
border-color css
<style>
span { border-color: #B36C32; }
span { border-color: rgb(179,108,50); }
td.TdClassName
{
border-color: #B36C32;
}
.TagClassName
{
border-color: #B36C32;
}
</style>