Shades of Sandrift #B1937D
Tints of Sandrift #B1937D
RGB
CMYK
RGB Variations
Color information
#B1937D (or 0xB1937D) is known color: Sandrift. HEX triplet: B1, 93 and 7D. RGB value is (177,147,125). Sum of RGB (Red+Green+Blue) = 177+147+125=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1937D is #4E6C82. Grayscale: #999999. Windows color (decimal): -5139587 or 8229809. OLE color: 8229809.
HSL color Cylindrical-coordinate representation of color #B1937D: hue angle of 25.38º 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 #B1937D is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 147 | 125 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.31 |
| HSL | 25.38º | 0.25% | 0.59% | - |
| HSV(B) | 25.38º | 0.29% | 0.69% | - |
| XYZ | 32.27 | 31.7 | 23.82 | - |
| YUV | 153.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 125 | 0 | 0.17 | 0.29 | 0.31 | 25.38 | 0.25 | 0.59 |
| Hex | B1 | 93 | 7D | 0 | 11 | 1D | 1F | 19 | 19 | 3B |
| Octal | 261 | 223 | 175 | 0 | 21 | 35 | 37 | 31 | 31 | 73 |
| Binary | 10110001 | 10010011 | 1111101 | 0 | 10001 | 11101 | 11111 | 11001 | 11001 | 111011 |
Color Harmonies of #B1937D
Complementary color
Monochromatic Colors of #B1937D
Black with #B1937D
Text Example
Text Example
White with #B1937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1937D; }
p { color: rgb(177,147,125); }
H1.HeaderClassName
{
color: #B1937D;
}
.AnyTagClassName
{
color: #B1937D;
}
</style>
background-color css
<style>
a { background-color: #B1937D; }
a { background-color: rgb(177,147,125); }
div.DivClassName
{
background-color: #B1937D;
}
.BgClassName
{
background-color: #B1937D;
}
</style>
border-color css
<style>
span { border-color: #B1937D; }
span { border-color: rgb(177,147,125); }
td.TdClassName
{
border-color: #B1937D;
}
.TagClassName
{
border-color: #B1937D;
}
</style>