Shades of Sandrift #B19987
Tints of Sandrift #B19987
RGB
CMYK
RGB Variations
Color information
#B19987 (or 0xB19987) is known color: Sandrift. HEX triplet: B1, 99 and 87. RGB value is (177,153,135). Sum of RGB (Red+Green+Blue) = 177+153+135=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B19987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19987 is #4E6678. Grayscale: #9E9E9E. Windows color (decimal): -5138041 or 8886705. OLE color: 8886705.
HSL color Cylindrical-coordinate representation of color #B19987: hue angle of 25.71º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B19987 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 135 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.31 |
| HSL | 25.71º | 0.21% | 0.61% | - |
| HSV(B) | 25.71º | 0.24% | 0.69% | - |
| XYZ | 33.9 | 33.88 | 27.67 | - |
| YUV | 158.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 135 | 0 | 0.14 | 0.24 | 0.31 | 25.71 | 0.21 | 0.61 |
| Hex | B1 | 99 | 87 | 0 | E | 18 | 1F | 1A | 15 | 3D |
| Octal | 261 | 231 | 207 | 0 | 16 | 30 | 37 | 32 | 25 | 75 |
| Binary | 10110001 | 10011001 | 10000111 | 0 | 1110 | 11000 | 11111 | 11010 | 10101 | 111101 |
Color Harmonies of #B19987
Complementary color
Monochromatic Colors of #B19987
Black with #B19987
Text Example
Text Example
White with #B19987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19987; }
p { color: rgb(177,153,135); }
H1.HeaderClassName
{
color: #B19987;
}
.AnyTagClassName
{
color: #B19987;
}
</style>
background-color css
<style>
a { background-color: #B19987; }
a { background-color: rgb(177,153,135); }
div.DivClassName
{
background-color: #B19987;
}
.BgClassName
{
background-color: #B19987;
}
</style>
border-color css
<style>
span { border-color: #B19987; }
span { border-color: rgb(177,153,135); }
td.TdClassName
{
border-color: #B19987;
}
.TagClassName
{
border-color: #B19987;
}
</style>