Shades of Reno Sand #B27231
Tints of Reno Sand #B27231
RGB
CMYK
RGB Variations
Color information
#B27231 (or 0xB27231) is known color: Reno Sand. HEX triplet: B2, 72 and 31. RGB value is (178,114,49). Sum of RGB (Red+Green+Blue) = 178+114+49=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B27231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27231 is #4D8DCE. Grayscale: #7E7E7E. Windows color (decimal): -5082575 or 3240626. OLE color: 3240626.
HSL color Cylindrical-coordinate representation of color #B27231: hue angle of 30.23º degrees, saturation: 0.57, 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 #B27231 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 114 | 49 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.30 |
| HSL | 30.23º | 0.57% | 0.45% | - |
| HSV(B) | 30.23º | 0.72% | 0.7% | - |
| XYZ | 24.93 | 21.72 | 5.78 | - |
| YUV | 125.73 | 84.7 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 114 | 49 | 0 | 0.36 | 0.72 | 0.30 | 30.23 | 0.57 | 0.45 |
| Hex | B2 | 72 | 31 | 0 | 24 | 48 | 1E | 1E | 39 | 2D |
| Octal | 262 | 162 | 61 | 0 | 44 | 110 | 36 | 36 | 71 | 55 |
| Binary | 10110010 | 1110010 | 110001 | 0 | 100100 | 1001000 | 11110 | 11110 | 111001 | 101101 |
Color Harmonies of #B27231
Complementary color
Monochromatic Colors of #B27231
Black with #B27231
Text Example
Text Example
White with #B27231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27231; }
p { color: rgb(178,114,49); }
H1.HeaderClassName
{
color: #B27231;
}
.AnyTagClassName
{
color: #B27231;
}
</style>
background-color css
<style>
a { background-color: #B27231; }
a { background-color: rgb(178,114,49); }
div.DivClassName
{
background-color: #B27231;
}
.BgClassName
{
background-color: #B27231;
}
</style>
border-color css
<style>
span { border-color: #B27231; }
span { border-color: rgb(178,114,49); }
td.TdClassName
{
border-color: #B27231;
}
.TagClassName
{
border-color: #B27231;
}
</style>