Shades of Sandrift #B1977E
Tints of Sandrift #B1977E
RGB
CMYK
RGB Variations
Color information
#B1977E (or 0xB1977E) is known color: Sandrift. HEX triplet: B1, 97 and 7E. RGB value is (177,151,126). Sum of RGB (Red+Green+Blue) = 177+151+126=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B1977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1977E is #4E6881. Grayscale: #9C9C9C. Windows color (decimal): -5138562 or 8296369. OLE color: 8296369.
HSL color Cylindrical-coordinate representation of color #B1977E: hue angle of 29.41º 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 #B1977E is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 151 | 126 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.31 |
| HSL | 29.41º | 0.25% | 0.59% | - |
| HSV(B) | 29.41º | 0.29% | 0.69% | - |
| XYZ | 32.96 | 32.99 | 24.37 | - |
| YUV | 155.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 126 | 0 | 0.15 | 0.29 | 0.31 | 29.41 | 0.25 | 0.59 |
| Hex | B1 | 97 | 7E | 0 | F | 1D | 1F | 1D | 19 | 3B |
| Octal | 261 | 227 | 176 | 0 | 17 | 35 | 37 | 35 | 31 | 73 |
| Binary | 10110001 | 10010111 | 1111110 | 0 | 1111 | 11101 | 11111 | 11101 | 11001 | 111011 |
Color Harmonies of #B1977E
Complementary color
Monochromatic Colors of #B1977E
Black with #B1977E
Text Example
Text Example
White with #B1977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1977E; }
p { color: rgb(177,151,126); }
H1.HeaderClassName
{
color: #B1977E;
}
.AnyTagClassName
{
color: #B1977E;
}
</style>
background-color css
<style>
a { background-color: #B1977E; }
a { background-color: rgb(177,151,126); }
div.DivClassName
{
background-color: #B1977E;
}
.BgClassName
{
background-color: #B1977E;
}
</style>
border-color css
<style>
span { border-color: #B1977E; }
span { border-color: rgb(177,151,126); }
td.TdClassName
{
border-color: #B1977E;
}
.TagClassName
{
border-color: #B1977E;
}
</style>