Shades of Sandrift #B1987D
Tints of Sandrift #B1987D
RGB
CMYK
RGB Variations
Color information
#B1987D (or 0xB1987D) is known color: Sandrift. HEX triplet: B1, 98 and 7D. RGB value is (177,152,125). Sum of RGB (Red+Green+Blue) = 177+152+125=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B1987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1987D is #4E6782. Grayscale: #9C9C9C. Windows color (decimal): -5138307 or 8231089. OLE color: 8231089.
HSL color Cylindrical-coordinate representation of color #B1987D: hue angle of 31.15º 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 #B1987D is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 125 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.31 |
| HSL | 31.15º | 0.25% | 0.59% | - |
| HSV(B) | 31.15º | 0.29% | 0.69% | - |
| XYZ | 33.06 | 33.28 | 24.08 | - |
| YUV | 156.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 125 | 0 | 0.14 | 0.29 | 0.31 | 31.15 | 0.25 | 0.59 |
| Hex | B1 | 98 | 7D | 0 | E | 1D | 1F | 1F | 19 | 3B |
| Octal | 261 | 230 | 175 | 0 | 16 | 35 | 37 | 37 | 31 | 73 |
| Binary | 10110001 | 10011000 | 1111101 | 0 | 1110 | 11101 | 11111 | 11111 | 11001 | 111011 |
Color Harmonies of #B1987D
Complementary color
Monochromatic Colors of #B1987D
Black with #B1987D
Text Example
Text Example
White with #B1987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1987D; }
p { color: rgb(177,152,125); }
H1.HeaderClassName
{
color: #B1987D;
}
.AnyTagClassName
{
color: #B1987D;
}
</style>
background-color css
<style>
a { background-color: #B1987D; }
a { background-color: rgb(177,152,125); }
div.DivClassName
{
background-color: #B1987D;
}
.BgClassName
{
background-color: #B1987D;
}
</style>
border-color css
<style>
span { border-color: #B1987D; }
span { border-color: rgb(177,152,125); }
td.TdClassName
{
border-color: #B1987D;
}
.TagClassName
{
border-color: #B1987D;
}
</style>