Shades of Sandrift #B38E7D
Tints of Sandrift #B38E7D
RGB
CMYK
RGB Variations
Color information
#B38E7D (or 0xB38E7D) is known color: Sandrift. HEX triplet: B3, 8E and 7D. RGB value is (179,142,125). Sum of RGB (Red+Green+Blue) = 179+142+125=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38E7D is #4C7182. Grayscale: #979797. Windows color (decimal): -5009795 or 8228531. OLE color: 8228531.
HSL color Cylindrical-coordinate representation of color #B38E7D: hue angle of 18.89º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B38E7D is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 142 | 125 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.30 |
| HSL | 18.89º | 0.26% | 0.6% | - |
| HSV(B) | 18.89º | 0.3% | 0.7% | - |
| XYZ | 31.97 | 30.41 | 23.59 | - |
| YUV | 151.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 125 | 0 | 0.21 | 0.30 | 0.30 | 18.89 | 0.26 | 0.6 |
| Hex | B3 | 8E | 7D | 0 | 15 | 1E | 1E | 13 | 1A | 3C |
| Octal | 263 | 216 | 175 | 0 | 25 | 36 | 36 | 23 | 32 | 74 |
| Binary | 10110011 | 10001110 | 1111101 | 0 | 10101 | 11110 | 11110 | 10011 | 11010 | 111100 |
Color Harmonies of #B38E7D
Complementary color
Monochromatic Colors of #B38E7D
Black with #B38E7D
Text Example
Text Example
White with #B38E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38E7D; }
p { color: rgb(179,142,125); }
H1.HeaderClassName
{
color: #B38E7D;
}
.AnyTagClassName
{
color: #B38E7D;
}
</style>
background-color css
<style>
a { background-color: #B38E7D; }
a { background-color: rgb(179,142,125); }
div.DivClassName
{
background-color: #B38E7D;
}
.BgClassName
{
background-color: #B38E7D;
}
</style>
border-color css
<style>
span { border-color: #B38E7D; }
span { border-color: rgb(179,142,125); }
td.TdClassName
{
border-color: #B38E7D;
}
.TagClassName
{
border-color: #B38E7D;
}
</style>