Shades of Sandrift #B38E7E
Tints of Sandrift #B38E7E
RGB
CMYK
RGB Variations
Color information
#B38E7E (or 0xB38E7E) is known color: Sandrift. HEX triplet: B3, 8E and 7E. RGB value is (179,142,126). Sum of RGB (Red+Green+Blue) = 179+142+126=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38E7E is #4C7181. Grayscale: #979797. Windows color (decimal): -5009794 or 8294067. OLE color: 8294067.
HSL color Cylindrical-coordinate representation of color #B38E7E: hue angle of 18.11º 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 #B38E7E is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 142 | 126 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.30 |
| HSL | 18.11º | 0.26% | 0.6% | - |
| HSV(B) | 18.11º | 0.3% | 0.7% | - |
| XYZ | 32.03 | 30.44 | 23.93 | - |
| YUV | 151.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 126 | 0 | 0.21 | 0.30 | 0.30 | 18.11 | 0.26 | 0.6 |
| Hex | B3 | 8E | 7E | 0 | 15 | 1E | 1E | 12 | 1A | 3C |
| Octal | 263 | 216 | 176 | 0 | 25 | 36 | 36 | 22 | 32 | 74 |
| Binary | 10110011 | 10001110 | 1111110 | 0 | 10101 | 11110 | 11110 | 10010 | 11010 | 111100 |
Color Harmonies of #B38E7E
Complementary color
Monochromatic Colors of #B38E7E
Black with #B38E7E
Text Example
Text Example
White with #B38E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38E7E; }
p { color: rgb(179,142,126); }
H1.HeaderClassName
{
color: #B38E7E;
}
.AnyTagClassName
{
color: #B38E7E;
}
</style>
background-color css
<style>
a { background-color: #B38E7E; }
a { background-color: rgb(179,142,126); }
div.DivClassName
{
background-color: #B38E7E;
}
.BgClassName
{
background-color: #B38E7E;
}
</style>
border-color css
<style>
span { border-color: #B38E7E; }
span { border-color: rgb(179,142,126); }
td.TdClassName
{
border-color: #B38E7E;
}
.TagClassName
{
border-color: #B38E7E;
}
</style>