Shades of Sandrift #B38E7B
Tints of Sandrift #B38E7B
RGB
CMYK
RGB Variations
Color information
#B38E7B (or 0xB38E7B) is known color: Sandrift. HEX triplet: B3, 8E and 7B. RGB value is (179,142,123). Sum of RGB (Red+Green+Blue) = 179+142+123=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38E7B is #4C7184. Grayscale: #979797. Windows color (decimal): -5009797 or 8097459. OLE color: 8097459.
HSL color Cylindrical-coordinate representation of color #B38E7B: hue angle of 20.36º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B38E7B is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 142 | 123 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.30 |
| HSL | 20.36º | 0.27% | 0.59% | - |
| HSV(B) | 20.36º | 0.31% | 0.7% | - |
| XYZ | 31.84 | 30.36 | 22.92 | - |
| YUV | 150.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 123 | 0 | 0.21 | 0.31 | 0.30 | 20.36 | 0.27 | 0.59 |
| Hex | B3 | 8E | 7B | 0 | 15 | 1F | 1E | 14 | 1B | 3B |
| Octal | 263 | 216 | 173 | 0 | 25 | 37 | 36 | 24 | 33 | 73 |
| Binary | 10110011 | 10001110 | 1111011 | 0 | 10101 | 11111 | 11110 | 10100 | 11011 | 111011 |
Color Harmonies of #B38E7B
Complementary color
Monochromatic Colors of #B38E7B
Black with #B38E7B
Text Example
Text Example
White with #B38E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38E7B; }
p { color: rgb(179,142,123); }
H1.HeaderClassName
{
color: #B38E7B;
}
.AnyTagClassName
{
color: #B38E7B;
}
</style>
background-color css
<style>
a { background-color: #B38E7B; }
a { background-color: rgb(179,142,123); }
div.DivClassName
{
background-color: #B38E7B;
}
.BgClassName
{
background-color: #B38E7B;
}
</style>
border-color css
<style>
span { border-color: #B38E7B; }
span { border-color: rgb(179,142,123); }
td.TdClassName
{
border-color: #B38E7B;
}
.TagClassName
{
border-color: #B38E7B;
}
</style>