Shades of Reno Sand #B36F32
Tints of Reno Sand #B36F32
RGB
CMYK
RGB Variations
Color information
#B36F32 (or 0xB36F32) is known color: Reno Sand. HEX triplet: B3, 6F and 32. RGB value is (179,111,50). Sum of RGB (Red+Green+Blue) = 179+111+50=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36F32 is #4C90CD. Grayscale: #7C7C7C. Windows color (decimal): -5017806 or 3305395. OLE color: 3305395.
HSL color Cylindrical-coordinate representation of color #B36F32: hue angle of 28.37º 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 #B36F32 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 111 | 50 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.30 |
| HSL | 28.37º | 0.56% | 0.45% | - |
| HSV(B) | 28.37º | 0.72% | 0.7% | - |
| XYZ | 24.85 | 21.18 | 5.8 | - |
| YUV | 124.38 | 86.03 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 111 | 50 | 0 | 0.38 | 0.72 | 0.30 | 28.37 | 0.56 | 0.45 |
| Hex | B3 | 6F | 32 | 0 | 26 | 48 | 1E | 1C | 38 | 2D |
| Octal | 263 | 157 | 62 | 0 | 46 | 110 | 36 | 34 | 70 | 55 |
| Binary | 10110011 | 1101111 | 110010 | 0 | 100110 | 1001000 | 11110 | 11100 | 111000 | 101101 |
Color Harmonies of #B36F32
Complementary color
Monochromatic Colors of #B36F32
Black with #B36F32
Text Example
Text Example
White with #B36F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36F32; }
p { color: rgb(179,111,50); }
H1.HeaderClassName
{
color: #B36F32;
}
.AnyTagClassName
{
color: #B36F32;
}
</style>
background-color css
<style>
a { background-color: #B36F32; }
a { background-color: rgb(179,111,50); }
div.DivClassName
{
background-color: #B36F32;
}
.BgClassName
{
background-color: #B36F32;
}
</style>
border-color css
<style>
span { border-color: #B36F32; }
span { border-color: rgb(179,111,50); }
td.TdClassName
{
border-color: #B36F32;
}
.TagClassName
{
border-color: #B36F32;
}
</style>