Shades of Sandrift #B1957B
Tints of Sandrift #B1957B
RGB
CMYK
RGB Variations
Color information
#B1957B (or 0xB1957B) is known color: Sandrift. HEX triplet: B1, 95 and 7B. RGB value is (177,149,123). Sum of RGB (Red+Green+Blue) = 177+149+123=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1957B is #4E6A84. Grayscale: #9A9A9A. Windows color (decimal): -5139077 or 8099249. OLE color: 8099249.
HSL color Cylindrical-coordinate representation of color #B1957B: hue angle of 28.89º 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 #B1957B is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 123 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.31 |
| HSL | 28.89º | 0.26% | 0.59% | - |
| HSV(B) | 28.89º | 0.31% | 0.69% | - |
| XYZ | 32.45 | 32.27 | 23.26 | - |
| YUV | 154.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 123 | 0 | 0.16 | 0.31 | 0.31 | 28.89 | 0.26 | 0.59 |
| Hex | B1 | 95 | 7B | 0 | 10 | 1F | 1F | 1D | 1A | 3B |
| Octal | 261 | 225 | 173 | 0 | 20 | 37 | 37 | 35 | 32 | 73 |
| Binary | 10110001 | 10010101 | 1111011 | 0 | 10000 | 11111 | 11111 | 11101 | 11010 | 111011 |
Color Harmonies of #B1957B
Complementary color
Monochromatic Colors of #B1957B
Black with #B1957B
Text Example
Text Example
White with #B1957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1957B; }
p { color: rgb(177,149,123); }
H1.HeaderClassName
{
color: #B1957B;
}
.AnyTagClassName
{
color: #B1957B;
}
</style>
background-color css
<style>
a { background-color: #B1957B; }
a { background-color: rgb(177,149,123); }
div.DivClassName
{
background-color: #B1957B;
}
.BgClassName
{
background-color: #B1957B;
}
</style>
border-color css
<style>
span { border-color: #B1957B; }
span { border-color: rgb(177,149,123); }
td.TdClassName
{
border-color: #B1957B;
}
.TagClassName
{
border-color: #B1957B;
}
</style>