Shades of Sandrift #B38E75
Tints of Sandrift #B38E75
RGB
CMYK
RGB Variations
Color information
#B38E75 (or 0xB38E75) is known color: Sandrift. HEX triplet: B3, 8E and 75. RGB value is (179,142,117). Sum of RGB (Red+Green+Blue) = 179+142+117=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38E75 is #4C718A. Grayscale: #969696. Windows color (decimal): -5009803 or 7704243. OLE color: 7704243.
HSL color Cylindrical-coordinate representation of color #B38E75: hue angle of 24.19º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B38E75 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 142 | 117 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.30 |
| HSL | 24.19º | 0.29% | 0.58% | - |
| HSV(B) | 24.19º | 0.35% | 0.7% | - |
| XYZ | 31.47 | 30.21 | 21 | - |
| YUV | 150.21 | 109.26 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 117 | 0 | 0.21 | 0.35 | 0.30 | 24.19 | 0.29 | 0.58 |
| Hex | B3 | 8E | 75 | 0 | 15 | 23 | 1E | 18 | 1D | 3A |
| Octal | 263 | 216 | 165 | 0 | 25 | 43 | 36 | 30 | 35 | 72 |
| Binary | 10110011 | 10001110 | 1110101 | 0 | 10101 | 100011 | 11110 | 11000 | 11101 | 111010 |
Color Harmonies of #B38E75
Complementary color
Monochromatic Colors of #B38E75
Black with #B38E75
Text Example
Text Example
White with #B38E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38E75; }
p { color: rgb(179,142,117); }
H1.HeaderClassName
{
color: #B38E75;
}
.AnyTagClassName
{
color: #B38E75;
}
</style>
background-color css
<style>
a { background-color: #B38E75; }
a { background-color: rgb(179,142,117); }
div.DivClassName
{
background-color: #B38E75;
}
.BgClassName
{
background-color: #B38E75;
}
</style>
border-color css
<style>
span { border-color: #B38E75; }
span { border-color: rgb(179,142,117); }
td.TdClassName
{
border-color: #B38E75;
}
.TagClassName
{
border-color: #B38E75;
}
</style>