Shades of Sandrift #B1947F
Tints of Sandrift #B1947F
RGB
CMYK
RGB Variations
Color information
#B1947F (or 0xB1947F) is known color: Sandrift. HEX triplet: B1, 94 and 7F. RGB value is (177,148,127). Sum of RGB (Red+Green+Blue) = 177+148+127=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1947F is #4E6B80. Grayscale: #9A9A9A. Windows color (decimal): -5139329 or 8361137. OLE color: 8361137.
HSL color Cylindrical-coordinate representation of color #B1947F: hue angle of 25.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 #B1947F is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 148 | 127 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.31 |
| HSL | 25.2º | 0.24% | 0.6% | - |
| HSV(B) | 25.2º | 0.28% | 0.69% | - |
| XYZ | 32.55 | 32.06 | 24.55 | - |
| YUV | 154.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 127 | 0 | 0.16 | 0.28 | 0.31 | 25.2 | 0.24 | 0.6 |
| Hex | B1 | 94 | 7F | 0 | 10 | 1C | 1F | 19 | 18 | 3C |
| Octal | 261 | 224 | 177 | 0 | 20 | 34 | 37 | 31 | 30 | 74 |
| Binary | 10110001 | 10010100 | 1111111 | 0 | 10000 | 11100 | 11111 | 11001 | 11000 | 111100 |
Color Harmonies of #B1947F
Complementary color
Monochromatic Colors of #B1947F
Black with #B1947F
Text Example
Text Example
White with #B1947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1947F; }
p { color: rgb(177,148,127); }
H1.HeaderClassName
{
color: #B1947F;
}
.AnyTagClassName
{
color: #B1947F;
}
</style>
background-color css
<style>
a { background-color: #B1947F; }
a { background-color: rgb(177,148,127); }
div.DivClassName
{
background-color: #B1947F;
}
.BgClassName
{
background-color: #B1947F;
}
</style>
border-color css
<style>
span { border-color: #B1947F; }
span { border-color: rgb(177,148,127); }
td.TdClassName
{
border-color: #B1947F;
}
.TagClassName
{
border-color: #B1947F;
}
</style>