Shades of Sandrift #B1977C
Tints of Sandrift #B1977C
RGB
CMYK
RGB Variations
Color information
#B1977C (or 0xB1977C) is known color: Sandrift. HEX triplet: B1, 97 and 7C. RGB value is (177,151,124). Sum of RGB (Red+Green+Blue) = 177+151+124=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1977C is #4E6883. Grayscale: #9B9B9B. Windows color (decimal): -5138564 or 8165297. OLE color: 8165297.
HSL color Cylindrical-coordinate representation of color #B1977C: hue angle of 30.57º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1977C is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 151 | 124 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.31 |
| HSL | 30.57º | 0.25% | 0.59% | - |
| HSV(B) | 30.57º | 0.3% | 0.69% | - |
| XYZ | 32.84 | 32.94 | 23.7 | - |
| YUV | 155.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 124 | 0 | 0.15 | 0.30 | 0.31 | 30.57 | 0.25 | 0.59 |
| Hex | B1 | 97 | 7C | 0 | F | 1E | 1F | 1F | 19 | 3B |
| Octal | 261 | 227 | 174 | 0 | 17 | 36 | 37 | 37 | 31 | 73 |
| Binary | 10110001 | 10010111 | 1111100 | 0 | 1111 | 11110 | 11111 | 11111 | 11001 | 111011 |
Color Harmonies of #B1977C
Complementary color
Monochromatic Colors of #B1977C
Black with #B1977C
Text Example
Text Example
White with #B1977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1977C; }
p { color: rgb(177,151,124); }
H1.HeaderClassName
{
color: #B1977C;
}
.AnyTagClassName
{
color: #B1977C;
}
</style>
background-color css
<style>
a { background-color: #B1977C; }
a { background-color: rgb(177,151,124); }
div.DivClassName
{
background-color: #B1977C;
}
.BgClassName
{
background-color: #B1977C;
}
</style>
border-color css
<style>
span { border-color: #B1977C; }
span { border-color: rgb(177,151,124); }
td.TdClassName
{
border-color: #B1977C;
}
.TagClassName
{
border-color: #B1977C;
}
</style>