Shades of Sandrift #B1947C
Tints of Sandrift #B1947C
RGB
CMYK
RGB Variations
Color information
#B1947C (or 0xB1947C) is known color: Sandrift. HEX triplet: B1, 94 and 7C. RGB value is (177,148,124). Sum of RGB (Red+Green+Blue) = 177+148+124=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1947C is #4E6B83. Grayscale: #9A9A9A. Windows color (decimal): -5139332 or 8164529. OLE color: 8164529.
HSL color Cylindrical-coordinate representation of color #B1947C: hue angle of 27.17º 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 #B1947C is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 148 | 124 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.31 |
| HSL | 27.17º | 0.25% | 0.59% | - |
| HSV(B) | 27.17º | 0.3% | 0.69% | - |
| XYZ | 32.36 | 31.98 | 23.54 | - |
| YUV | 153.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 124 | 0 | 0.16 | 0.30 | 0.31 | 27.17 | 0.25 | 0.59 |
| Hex | B1 | 94 | 7C | 0 | 10 | 1E | 1F | 1B | 19 | 3B |
| Octal | 261 | 224 | 174 | 0 | 20 | 36 | 37 | 33 | 31 | 73 |
| Binary | 10110001 | 10010100 | 1111100 | 0 | 10000 | 11110 | 11111 | 11011 | 11001 | 111011 |
Color Harmonies of #B1947C
Complementary color
Monochromatic Colors of #B1947C
Black with #B1947C
Text Example
Text Example
White with #B1947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1947C; }
p { color: rgb(177,148,124); }
H1.HeaderClassName
{
color: #B1947C;
}
.AnyTagClassName
{
color: #B1947C;
}
</style>
background-color css
<style>
a { background-color: #B1947C; }
a { background-color: rgb(177,148,124); }
div.DivClassName
{
background-color: #B1947C;
}
.BgClassName
{
background-color: #B1947C;
}
</style>
border-color css
<style>
span { border-color: #B1947C; }
span { border-color: rgb(177,148,124); }
td.TdClassName
{
border-color: #B1947C;
}
.TagClassName
{
border-color: #B1947C;
}
</style>