Shades of Sandrift #B1927F
Tints of Sandrift #B1927F
RGB
CMYK
RGB Variations
Color information
#B1927F (or 0xB1927F) is known color: Sandrift. HEX triplet: B1, 92 and 7F. RGB value is (177,146,127). Sum of RGB (Red+Green+Blue) = 177+146+127=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B1927F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1927F is #4E6D80. Grayscale: #999999. Windows color (decimal): -5139841 or 8360625. OLE color: 8360625.
HSL color Cylindrical-coordinate representation of color #B1927F: hue angle of 22.8º 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 #B1927F is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 127 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.31 |
| HSL | 22.8º | 0.24% | 0.6% | - |
| HSV(B) | 22.8º | 0.28% | 0.69% | - |
| XYZ | 32.24 | 31.44 | 24.45 | - |
| YUV | 153.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 127 | 0 | 0.18 | 0.28 | 0.31 | 22.8 | 0.24 | 0.6 |
| Hex | B1 | 92 | 7F | 0 | 12 | 1C | 1F | 17 | 18 | 3C |
| Octal | 261 | 222 | 177 | 0 | 22 | 34 | 37 | 27 | 30 | 74 |
| Binary | 10110001 | 10010010 | 1111111 | 0 | 10010 | 11100 | 11111 | 10111 | 11000 | 111100 |
Color Harmonies of #B1927F
Complementary color
Monochromatic Colors of #B1927F
Black with #B1927F
Text Example
Text Example
White with #B1927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1927F; }
p { color: rgb(177,146,127); }
H1.HeaderClassName
{
color: #B1927F;
}
.AnyTagClassName
{
color: #B1927F;
}
</style>
background-color css
<style>
a { background-color: #B1927F; }
a { background-color: rgb(177,146,127); }
div.DivClassName
{
background-color: #B1927F;
}
.BgClassName
{
background-color: #B1927F;
}
</style>
border-color css
<style>
span { border-color: #B1927F; }
span { border-color: rgb(177,146,127); }
td.TdClassName
{
border-color: #B1927F;
}
.TagClassName
{
border-color: #B1927F;
}
</style>