Shades of Sandrift #B19B88
Tints of Sandrift #B19B88
RGB
CMYK
RGB Variations
Color information
#B19B88 (or 0xB19B88) is known color: Sandrift. HEX triplet: B1, 9B and 88. RGB value is (177,155,136). Sum of RGB (Red+Green+Blue) = 177+155+136=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19B88 is #4E6477. Grayscale: #9F9F9F. Windows color (decimal): -5137528 or 8952753. OLE color: 8952753.
HSL color Cylindrical-coordinate representation of color #B19B88: hue angle of 27.8º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B19B88 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 136 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.31 |
| HSL | 27.8º | 0.21% | 0.61% | - |
| HSV(B) | 27.8º | 0.23% | 0.69% | - |
| XYZ | 34.3 | 34.57 | 28.16 | - |
| YUV | 159.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 136 | 0 | 0.12 | 0.23 | 0.31 | 27.8 | 0.21 | 0.61 |
| Hex | B1 | 9B | 88 | 0 | C | 17 | 1F | 1C | 15 | 3D |
| Octal | 261 | 233 | 210 | 0 | 14 | 27 | 37 | 34 | 25 | 75 |
| Binary | 10110001 | 10011011 | 10001000 | 0 | 1100 | 10111 | 11111 | 11100 | 10101 | 111101 |
Color Harmonies of #B19B88
Complementary color
Monochromatic Colors of #B19B88
Black with #B19B88
Text Example
Text Example
White with #B19B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19B88; }
p { color: rgb(177,155,136); }
H1.HeaderClassName
{
color: #B19B88;
}
.AnyTagClassName
{
color: #B19B88;
}
</style>
background-color css
<style>
a { background-color: #B19B88; }
a { background-color: rgb(177,155,136); }
div.DivClassName
{
background-color: #B19B88;
}
.BgClassName
{
background-color: #B19B88;
}
</style>
border-color css
<style>
span { border-color: #B19B88; }
span { border-color: rgb(177,155,136); }
td.TdClassName
{
border-color: #B19B88;
}
.TagClassName
{
border-color: #B19B88;
}
</style>