Shades of Sandrift #B38F7C
Tints of Sandrift #B38F7C
RGB
CMYK
RGB Variations
Color information
#B38F7C (or 0xB38F7C) is known color: Sandrift. HEX triplet: B3, 8F and 7C. RGB value is (179,143,124). Sum of RGB (Red+Green+Blue) = 179+143+124=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F7C is #4C7083. Grayscale: #979797. Windows color (decimal): -5009540 or 8163251. OLE color: 8163251.
HSL color Cylindrical-coordinate representation of color #B38F7C: hue angle of 20.73º 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 #B38F7C is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 143 | 124 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.30 |
| HSL | 20.73º | 0.27% | 0.59% | - |
| HSV(B) | 20.73º | 0.31% | 0.7% | - |
| XYZ | 32.05 | 30.68 | 23.3 | - |
| YUV | 151.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 124 | 0 | 0.20 | 0.31 | 0.30 | 20.73 | 0.27 | 0.59 |
| Hex | B3 | 8F | 7C | 0 | 14 | 1F | 1E | 15 | 1B | 3B |
| Octal | 263 | 217 | 174 | 0 | 24 | 37 | 36 | 25 | 33 | 73 |
| Binary | 10110011 | 10001111 | 1111100 | 0 | 10100 | 11111 | 11110 | 10101 | 11011 | 111011 |
Color Harmonies of #B38F7C
Complementary color
Monochromatic Colors of #B38F7C
Black with #B38F7C
Text Example
Text Example
White with #B38F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38F7C; }
p { color: rgb(179,143,124); }
H1.HeaderClassName
{
color: #B38F7C;
}
.AnyTagClassName
{
color: #B38F7C;
}
</style>
background-color css
<style>
a { background-color: #B38F7C; }
a { background-color: rgb(179,143,124); }
div.DivClassName
{
background-color: #B38F7C;
}
.BgClassName
{
background-color: #B38F7C;
}
</style>
border-color css
<style>
span { border-color: #B38F7C; }
span { border-color: rgb(179,143,124); }
td.TdClassName
{
border-color: #B38F7C;
}
.TagClassName
{
border-color: #B38F7C;
}
</style>