Shades of Sandrift #B1967F
Tints of Sandrift #B1967F
RGB
CMYK
RGB Variations
Color information
#B1967F (or 0xB1967F) is known color: Sandrift. HEX triplet: B1, 96 and 7F. RGB value is (177,150,127). Sum of RGB (Red+Green+Blue) = 177+150+127=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B1967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1967F is #4E6980. Grayscale: #9B9B9B. Windows color (decimal): -5138817 or 8361649. OLE color: 8361649.
HSL color Cylindrical-coordinate representation of color #B1967F: hue angle of 27.6º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1967F is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 150 | 127 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.31 |
| HSL | 27.6º | 0.24% | 0.6% | - |
| HSV(B) | 27.6º | 0.28% | 0.69% | - |
| XYZ | 32.87 | 32.69 | 24.66 | - |
| YUV | 155.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 127 | 0 | 0.15 | 0.28 | 0.31 | 27.6 | 0.24 | 0.6 |
| Hex | B1 | 96 | 7F | 0 | F | 1C | 1F | 1C | 18 | 3C |
| Octal | 261 | 226 | 177 | 0 | 17 | 34 | 37 | 34 | 30 | 74 |
| Binary | 10110001 | 10010110 | 1111111 | 0 | 1111 | 11100 | 11111 | 11100 | 11000 | 111100 |
Color Harmonies of #B1967F
Complementary color
Monochromatic Colors of #B1967F
Black with #B1967F
Text Example
Text Example
White with #B1967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1967F; }
p { color: rgb(177,150,127); }
H1.HeaderClassName
{
color: #B1967F;
}
.AnyTagClassName
{
color: #B1967F;
}
</style>
background-color css
<style>
a { background-color: #B1967F; }
a { background-color: rgb(177,150,127); }
div.DivClassName
{
background-color: #B1967F;
}
.BgClassName
{
background-color: #B1967F;
}
</style>
border-color css
<style>
span { border-color: #B1967F; }
span { border-color: rgb(177,150,127); }
td.TdClassName
{
border-color: #B1967F;
}
.TagClassName
{
border-color: #B1967F;
}
</style>