Shades of Sandrift #B1917E
Tints of Sandrift #B1917E
RGB
CMYK
RGB Variations
Color information
#B1917E (or 0xB1917E) is known color: Sandrift. HEX triplet: B1, 91 and 7E. RGB value is (177,145,126). Sum of RGB (Red+Green+Blue) = 177+145+126=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1917E is #4E6E81. Grayscale: #989898. Windows color (decimal): -5140098 or 8294833. OLE color: 8294833.
HSL color Cylindrical-coordinate representation of color #B1917E: hue angle of 22.35º 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 #B1917E is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 126 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.31 |
| HSL | 22.35º | 0.25% | 0.59% | - |
| HSV(B) | 22.35º | 0.29% | 0.69% | - |
| XYZ | 32.02 | 31.1 | 24.05 | - |
| YUV | 152.4 | 113.1 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 126 | 0 | 0.18 | 0.29 | 0.31 | 22.35 | 0.25 | 0.59 |
| Hex | B1 | 91 | 7E | 0 | 12 | 1D | 1F | 16 | 19 | 3B |
| Octal | 261 | 221 | 176 | 0 | 22 | 35 | 37 | 26 | 31 | 73 |
| Binary | 10110001 | 10010001 | 1111110 | 0 | 10010 | 11101 | 11111 | 10110 | 11001 | 111011 |
Color Harmonies of #B1917E
Complementary color
Monochromatic Colors of #B1917E
Black with #B1917E
Text Example
Text Example
White with #B1917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1917E; }
p { color: rgb(177,145,126); }
H1.HeaderClassName
{
color: #B1917E;
}
.AnyTagClassName
{
color: #B1917E;
}
</style>
background-color css
<style>
a { background-color: #B1917E; }
a { background-color: rgb(177,145,126); }
div.DivClassName
{
background-color: #B1917E;
}
.BgClassName
{
background-color: #B1917E;
}
</style>
border-color css
<style>
span { border-color: #B1917E; }
span { border-color: rgb(177,145,126); }
td.TdClassName
{
border-color: #B1917E;
}
.TagClassName
{
border-color: #B1917E;
}
</style>