Shades of Sandrift #B1997F
Tints of Sandrift #B1997F
RGB
CMYK
RGB Variations
Color information
#B1997F (or 0xB1997F) is known color: Sandrift. HEX triplet: B1, 99 and 7F. RGB value is (177,153,127). Sum of RGB (Red+Green+Blue) = 177+153+127=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B1997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1997F is #4E6680. Grayscale: #9D9D9D. Windows color (decimal): -5138049 or 8362417. OLE color: 8362417.
HSL color Cylindrical-coordinate representation of color #B1997F: hue angle of 31.2º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1997F is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 127 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.31 |
| HSL | 31.2º | 0.24% | 0.6% | - |
| HSV(B) | 31.2º | 0.28% | 0.69% | - |
| XYZ | 33.35 | 33.66 | 24.82 | - |
| YUV | 157.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 127 | 0 | 0.14 | 0.28 | 0.31 | 31.2 | 0.24 | 0.6 |
| Hex | B1 | 99 | 7F | 0 | E | 1C | 1F | 1F | 18 | 3C |
| Octal | 261 | 231 | 177 | 0 | 16 | 34 | 37 | 37 | 30 | 74 |
| Binary | 10110001 | 10011001 | 1111111 | 0 | 1110 | 11100 | 11111 | 11111 | 11000 | 111100 |
Color Harmonies of #B1997F
Complementary color
Monochromatic Colors of #B1997F
Black with #B1997F
Text Example
Text Example
White with #B1997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1997F; }
p { color: rgb(177,153,127); }
H1.HeaderClassName
{
color: #B1997F;
}
.AnyTagClassName
{
color: #B1997F;
}
</style>
background-color css
<style>
a { background-color: #B1997F; }
a { background-color: rgb(177,153,127); }
div.DivClassName
{
background-color: #B1997F;
}
.BgClassName
{
background-color: #B1997F;
}
</style>
border-color css
<style>
span { border-color: #B1997F; }
span { border-color: rgb(177,153,127); }
td.TdClassName
{
border-color: #B1997F;
}
.TagClassName
{
border-color: #B1997F;
}
</style>