Shades of Reno Sand #B36732
Tints of Reno Sand #B36732
RGB
CMYK
RGB Variations
Color information
#B36732 (or 0xB36732) is known color: Reno Sand. HEX triplet: B3, 67 and 32. RGB value is (179,103,50). Sum of RGB (Red+Green+Blue) = 179+103+50=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B36732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36732 is #4C98CD. Grayscale: #777777. Windows color (decimal): -5019854 or 3303347. OLE color: 3303347.
HSL color Cylindrical-coordinate representation of color #B36732: hue angle of 24.65º 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 #B36732 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 50 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.30 |
| HSL | 24.65º | 0.56% | 0.45% | - |
| HSV(B) | 24.65º | 0.72% | 0.7% | - |
| XYZ | 24.02 | 19.51 | 5.52 | - |
| YUV | 119.68 | 88.68 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 50 | 0 | 0.42 | 0.72 | 0.30 | 24.65 | 0.56 | 0.45 |
| Hex | B3 | 67 | 32 | 0 | 2A | 48 | 1E | 19 | 38 | 2D |
| Octal | 263 | 147 | 62 | 0 | 52 | 110 | 36 | 31 | 70 | 55 |
| Binary | 10110011 | 1100111 | 110010 | 0 | 101010 | 1001000 | 11110 | 11001 | 111000 | 101101 |
Color Harmonies of #B36732
Complementary color
Monochromatic Colors of #B36732
Black with #B36732
Text Example
Text Example
White with #B36732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36732; }
p { color: rgb(179,103,50); }
H1.HeaderClassName
{
color: #B36732;
}
.AnyTagClassName
{
color: #B36732;
}
</style>
background-color css
<style>
a { background-color: #B36732; }
a { background-color: rgb(179,103,50); }
div.DivClassName
{
background-color: #B36732;
}
.BgClassName
{
background-color: #B36732;
}
</style>
border-color css
<style>
span { border-color: #B36732; }
span { border-color: rgb(179,103,50); }
td.TdClassName
{
border-color: #B36732;
}
.TagClassName
{
border-color: #B36732;
}
</style>