Shades of Reno Sand #B27638
Tints of Reno Sand #B27638
RGB
CMYK
RGB Variations
Color information
#B27638 (or 0xB27638) is known color: Reno Sand. HEX triplet: B2, 76 and 38. RGB value is (178,118,56). Sum of RGB (Red+Green+Blue) = 178+118+56=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B27638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27638 is #4D89C7. Grayscale: #818181. Windows color (decimal): -5081544 or 3700402. OLE color: 3700402.
HSL color Cylindrical-coordinate representation of color #B27638: hue angle of 30.49º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B27638 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 56 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.30 |
| HSL | 30.49º | 0.52% | 0.46% | - |
| HSV(B) | 30.49º | 0.69% | 0.7% | - |
| XYZ | 25.55 | 22.71 | 6.78 | - |
| YUV | 128.87 | 86.88 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 56 | 0 | 0.34 | 0.69 | 0.30 | 30.49 | 0.52 | 0.46 |
| Hex | B2 | 76 | 38 | 0 | 22 | 45 | 1E | 1E | 34 | 2E |
| Octal | 262 | 166 | 70 | 0 | 42 | 105 | 36 | 36 | 64 | 56 |
| Binary | 10110010 | 1110110 | 111000 | 0 | 100010 | 1000101 | 11110 | 11110 | 110100 | 101110 |
Color Harmonies of #B27638
Complementary color
Monochromatic Colors of #B27638
Black with #B27638
Text Example
Text Example
White with #B27638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27638; }
p { color: rgb(178,118,56); }
H1.HeaderClassName
{
color: #B27638;
}
.AnyTagClassName
{
color: #B27638;
}
</style>
background-color css
<style>
a { background-color: #B27638; }
a { background-color: rgb(178,118,56); }
div.DivClassName
{
background-color: #B27638;
}
.BgClassName
{
background-color: #B27638;
}
</style>
border-color css
<style>
span { border-color: #B27638; }
span { border-color: rgb(178,118,56); }
td.TdClassName
{
border-color: #B27638;
}
.TagClassName
{
border-color: #B27638;
}
</style>