Shades of Sandrift #B1907F
Tints of Sandrift #B1907F
RGB
CMYK
RGB Variations
Color information
#B1907F (or 0xB1907F) is known color: Sandrift. HEX triplet: B1, 90 and 7F. RGB value is (177,144,127). Sum of RGB (Red+Green+Blue) = 177+144+127=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1907F is #4E6F80. Grayscale: #989898. Windows color (decimal): -5140353 or 8360113. OLE color: 8360113.
HSL color Cylindrical-coordinate representation of color #B1907F: hue angle of 20.4º 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 #B1907F is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 127 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.31 |
| HSL | 20.4º | 0.24% | 0.6% | - |
| HSV(B) | 20.4º | 0.28% | 0.69% | - |
| XYZ | 31.94 | 30.83 | 24.35 | - |
| YUV | 151.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 127 | 0 | 0.19 | 0.28 | 0.31 | 20.4 | 0.24 | 0.6 |
| Hex | B1 | 90 | 7F | 0 | 13 | 1C | 1F | 14 | 18 | 3C |
| Octal | 261 | 220 | 177 | 0 | 23 | 34 | 37 | 24 | 30 | 74 |
| Binary | 10110001 | 10010000 | 1111111 | 0 | 10011 | 11100 | 11111 | 10100 | 11000 | 111100 |
Color Harmonies of #B1907F
Complementary color
Monochromatic Colors of #B1907F
Black with #B1907F
Text Example
Text Example
White with #B1907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1907F; }
p { color: rgb(177,144,127); }
H1.HeaderClassName
{
color: #B1907F;
}
.AnyTagClassName
{
color: #B1907F;
}
</style>
background-color css
<style>
a { background-color: #B1907F; }
a { background-color: rgb(177,144,127); }
div.DivClassName
{
background-color: #B1907F;
}
.BgClassName
{
background-color: #B1907F;
}
</style>
border-color css
<style>
span { border-color: #B1907F; }
span { border-color: rgb(177,144,127); }
td.TdClassName
{
border-color: #B1907F;
}
.TagClassName
{
border-color: #B1907F;
}
</style>