Shades of Sandrift #B1957D
Tints of Sandrift #B1957D
RGB
CMYK
RGB Variations
Color information
#B1957D (or 0xB1957D) is known color: Sandrift. HEX triplet: B1, 95 and 7D. RGB value is (177,149,125). Sum of RGB (Red+Green+Blue) = 177+149+125=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B1957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1957D is #4E6A82. Grayscale: #9A9A9A. Windows color (decimal): -5139075 or 8230321. OLE color: 8230321.
HSL color Cylindrical-coordinate representation of color #B1957D: hue angle of 27.69º 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 #B1957D is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 125 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.31 |
| HSL | 27.69º | 0.25% | 0.59% | - |
| HSV(B) | 27.69º | 0.29% | 0.69% | - |
| XYZ | 32.58 | 32.32 | 23.92 | - |
| YUV | 154.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 125 | 0 | 0.16 | 0.29 | 0.31 | 27.69 | 0.25 | 0.59 |
| Hex | B1 | 95 | 7D | 0 | 10 | 1D | 1F | 1C | 19 | 3B |
| Octal | 261 | 225 | 175 | 0 | 20 | 35 | 37 | 34 | 31 | 73 |
| Binary | 10110001 | 10010101 | 1111101 | 0 | 10000 | 11101 | 11111 | 11100 | 11001 | 111011 |
Color Harmonies of #B1957D
Complementary color
Monochromatic Colors of #B1957D
Black with #B1957D
Text Example
Text Example
White with #B1957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1957D; }
p { color: rgb(177,149,125); }
H1.HeaderClassName
{
color: #B1957D;
}
.AnyTagClassName
{
color: #B1957D;
}
</style>
background-color css
<style>
a { background-color: #B1957D; }
a { background-color: rgb(177,149,125); }
div.DivClassName
{
background-color: #B1957D;
}
.BgClassName
{
background-color: #B1957D;
}
</style>
border-color css
<style>
span { border-color: #B1957D; }
span { border-color: rgb(177,149,125); }
td.TdClassName
{
border-color: #B1957D;
}
.TagClassName
{
border-color: #B1957D;
}
</style>