Shades of Sandrift #B1947B
Tints of Sandrift #B1947B
RGB
CMYK
RGB Variations
Color information
#B1947B (or 0xB1947B) is known color: Sandrift. HEX triplet: B1, 94 and 7B. RGB value is (177,148,123). Sum of RGB (Red+Green+Blue) = 177+148+123=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1947B is #4E6B84. Grayscale: #999999. Windows color (decimal): -5139333 or 8098993. OLE color: 8098993.
HSL color Cylindrical-coordinate representation of color #B1947B: hue angle of 27.78º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1947B is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 148 | 123 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.31 |
| HSL | 27.78º | 0.26% | 0.59% | - |
| HSV(B) | 27.78º | 0.31% | 0.69% | - |
| XYZ | 32.3 | 31.96 | 23.21 | - |
| YUV | 153.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 123 | 0 | 0.16 | 0.31 | 0.31 | 27.78 | 0.26 | 0.59 |
| Hex | B1 | 94 | 7B | 0 | 10 | 1F | 1F | 1C | 1A | 3B |
| Octal | 261 | 224 | 173 | 0 | 20 | 37 | 37 | 34 | 32 | 73 |
| Binary | 10110001 | 10010100 | 1111011 | 0 | 10000 | 11111 | 11111 | 11100 | 11010 | 111011 |
Color Harmonies of #B1947B
Complementary color
Monochromatic Colors of #B1947B
Black with #B1947B
Text Example
Text Example
White with #B1947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1947B; }
p { color: rgb(177,148,123); }
H1.HeaderClassName
{
color: #B1947B;
}
.AnyTagClassName
{
color: #B1947B;
}
</style>
background-color css
<style>
a { background-color: #B1947B; }
a { background-color: rgb(177,148,123); }
div.DivClassName
{
background-color: #B1947B;
}
.BgClassName
{
background-color: #B1947B;
}
</style>
border-color css
<style>
span { border-color: #B1947B; }
span { border-color: rgb(177,148,123); }
td.TdClassName
{
border-color: #B1947B;
}
.TagClassName
{
border-color: #B1947B;
}
</style>