Shades of Sandrift #B38E71
Tints of Sandrift #B38E71
RGB
CMYK
RGB Variations
Color information
#B38E71 (or 0xB38E71) is known color: Sandrift. HEX triplet: B3, 8E and 71. RGB value is (179,142,113). Sum of RGB (Red+Green+Blue) = 179+142+113=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38E71 is #4C718E. Grayscale: #959595. Windows color (decimal): -5009807 or 7442099. OLE color: 7442099.
HSL color Cylindrical-coordinate representation of color #B38E71: hue angle of 26.36º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B38E71 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 142 | 113 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.30 |
| HSL | 26.36º | 0.3% | 0.57% | - |
| HSV(B) | 26.36º | 0.37% | 0.7% | - |
| XYZ | 31.24 | 30.12 | 19.79 | - |
| YUV | 149.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 113 | 0 | 0.21 | 0.37 | 0.30 | 26.36 | 0.3 | 0.57 |
| Hex | B3 | 8E | 71 | 0 | 15 | 25 | 1E | 1A | 1E | 39 |
| Octal | 263 | 216 | 161 | 0 | 25 | 45 | 36 | 32 | 36 | 71 |
| Binary | 10110011 | 10001110 | 1110001 | 0 | 10101 | 100101 | 11110 | 11010 | 11110 | 111001 |
Color Harmonies of #B38E71
Complementary color
Monochromatic Colors of #B38E71
Black with #B38E71
Text Example
Text Example
White with #B38E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38E71; }
p { color: rgb(179,142,113); }
H1.HeaderClassName
{
color: #B38E71;
}
.AnyTagClassName
{
color: #B38E71;
}
</style>
background-color css
<style>
a { background-color: #B38E71; }
a { background-color: rgb(179,142,113); }
div.DivClassName
{
background-color: #B38E71;
}
.BgClassName
{
background-color: #B38E71;
}
</style>
border-color css
<style>
span { border-color: #B38E71; }
span { border-color: rgb(179,142,113); }
td.TdClassName
{
border-color: #B38E71;
}
.TagClassName
{
border-color: #B38E71;
}
</style>