Shades of Sandrift #B38E77
Tints of Sandrift #B38E77
RGB
CMYK
RGB Variations
Color information
#B38E77 (or 0xB38E77) is known color: Sandrift. HEX triplet: B3, 8E and 77. RGB value is (179,142,119). Sum of RGB (Red+Green+Blue) = 179+142+119=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38E77 is #4C7188. Grayscale: #969696. Windows color (decimal): -5009801 or 7835315. OLE color: 7835315.
HSL color Cylindrical-coordinate representation of color #B38E77: hue angle of 23º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B38E77 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 142 | 119 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.30 |
| HSL | 23º | 0.28% | 0.58% | - |
| HSV(B) | 23º | 0.34% | 0.7% | - |
| XYZ | 31.59 | 30.26 | 21.63 | - |
| YUV | 150.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 119 | 0 | 0.21 | 0.34 | 0.30 | 23 | 0.28 | 0.58 |
| Hex | B3 | 8E | 77 | 0 | 15 | 22 | 1E | 17 | 1C | 3A |
| Octal | 263 | 216 | 167 | 0 | 25 | 42 | 36 | 27 | 34 | 72 |
| Binary | 10110011 | 10001110 | 1110111 | 0 | 10101 | 100010 | 11110 | 10111 | 11100 | 111010 |
Color Harmonies of #B38E77
Complementary color
Monochromatic Colors of #B38E77
Black with #B38E77
Text Example
Text Example
White with #B38E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38E77; }
p { color: rgb(179,142,119); }
H1.HeaderClassName
{
color: #B38E77;
}
.AnyTagClassName
{
color: #B38E77;
}
</style>
background-color css
<style>
a { background-color: #B38E77; }
a { background-color: rgb(179,142,119); }
div.DivClassName
{
background-color: #B38E77;
}
.BgClassName
{
background-color: #B38E77;
}
</style>
border-color css
<style>
span { border-color: #B38E77; }
span { border-color: rgb(179,142,119); }
td.TdClassName
{
border-color: #B38E77;
}
.TagClassName
{
border-color: #B38E77;
}
</style>