Shades of Sandrift #B1987E
Tints of Sandrift #B1987E
RGB
CMYK
RGB Variations
Color information
#B1987E (or 0xB1987E) is known color: Sandrift. HEX triplet: B1, 98 and 7E. RGB value is (177,152,126). Sum of RGB (Red+Green+Blue) = 177+152+126=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B1987E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1987E is #4E6781. Grayscale: #9C9C9C. Windows color (decimal): -5138306 or 8296625. OLE color: 8296625.
HSL color Cylindrical-coordinate representation of color #B1987E: hue angle of 30.59º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1987E is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 126 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.31 |
| HSL | 30.59º | 0.25% | 0.59% | - |
| HSV(B) | 30.59º | 0.29% | 0.69% | - |
| XYZ | 33.13 | 33.31 | 24.42 | - |
| YUV | 156.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 126 | 0 | 0.14 | 0.29 | 0.31 | 30.59 | 0.25 | 0.59 |
| Hex | B1 | 98 | 7E | 0 | E | 1D | 1F | 1F | 19 | 3B |
| Octal | 261 | 230 | 176 | 0 | 16 | 35 | 37 | 37 | 31 | 73 |
| Binary | 10110001 | 10011000 | 1111110 | 0 | 1110 | 11101 | 11111 | 11111 | 11001 | 111011 |
Color Harmonies of #B1987E
Complementary color
Monochromatic Colors of #B1987E
Black with #B1987E
Text Example
Text Example
White with #B1987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1987E; }
p { color: rgb(177,152,126); }
H1.HeaderClassName
{
color: #B1987E;
}
.AnyTagClassName
{
color: #B1987E;
}
</style>
background-color css
<style>
a { background-color: #B1987E; }
a { background-color: rgb(177,152,126); }
div.DivClassName
{
background-color: #B1987E;
}
.BgClassName
{
background-color: #B1987E;
}
</style>
border-color css
<style>
span { border-color: #B1987E; }
span { border-color: rgb(177,152,126); }
td.TdClassName
{
border-color: #B1987E;
}
.TagClassName
{
border-color: #B1987E;
}
</style>