Shades of Sandrift #B19B87
Tints of Sandrift #B19B87
RGB
CMYK
RGB Variations
Color information
#B19B87 (or 0xB19B87) is known color: Sandrift. HEX triplet: B1, 9B and 87. RGB value is (177,155,135). Sum of RGB (Red+Green+Blue) = 177+155+135=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19B87 is #4E6478. Grayscale: #9F9F9F. Windows color (decimal): -5137529 or 8887217. OLE color: 8887217.
HSL color Cylindrical-coordinate representation of color #B19B87: hue angle of 28.57º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B19B87 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 135 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.31 |
| HSL | 28.57º | 0.21% | 0.61% | - |
| HSV(B) | 28.57º | 0.24% | 0.69% | - |
| XYZ | 34.23 | 34.54 | 27.78 | - |
| YUV | 159.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 135 | 0 | 0.12 | 0.24 | 0.31 | 28.57 | 0.21 | 0.61 |
| Hex | B1 | 9B | 87 | 0 | C | 18 | 1F | 1D | 15 | 3D |
| Octal | 261 | 233 | 207 | 0 | 14 | 30 | 37 | 35 | 25 | 75 |
| Binary | 10110001 | 10011011 | 10000111 | 0 | 1100 | 11000 | 11111 | 11101 | 10101 | 111101 |
Color Harmonies of #B19B87
Complementary color
Monochromatic Colors of #B19B87
Black with #B19B87
Text Example
Text Example
White with #B19B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19B87; }
p { color: rgb(177,155,135); }
H1.HeaderClassName
{
color: #B19B87;
}
.AnyTagClassName
{
color: #B19B87;
}
</style>
background-color css
<style>
a { background-color: #B19B87; }
a { background-color: rgb(177,155,135); }
div.DivClassName
{
background-color: #B19B87;
}
.BgClassName
{
background-color: #B19B87;
}
</style>
border-color css
<style>
span { border-color: #B19B87; }
span { border-color: rgb(177,155,135); }
td.TdClassName
{
border-color: #B19B87;
}
.TagClassName
{
border-color: #B19B87;
}
</style>