Shades of Sandrift #B19A88
Tints of Sandrift #B19A88
RGB
CMYK
RGB Variations
Color information
#B19A88 (or 0xB19A88) is known color: Sandrift. HEX triplet: B1, 9A and 88. RGB value is (177,154,136). Sum of RGB (Red+Green+Blue) = 177+154+136=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A88 is #4E6577. Grayscale: #9E9E9E. Windows color (decimal): -5137784 or 8952497. OLE color: 8952497.
HSL color Cylindrical-coordinate representation of color #B19A88: hue angle of 26.34º 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 #B19A88 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 136 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.31 |
| HSL | 26.34º | 0.21% | 0.61% | - |
| HSV(B) | 26.34º | 0.23% | 0.69% | - |
| XYZ | 34.13 | 34.24 | 28.1 | - |
| YUV | 158.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 136 | 0 | 0.13 | 0.23 | 0.31 | 26.34 | 0.21 | 0.61 |
| Hex | B1 | 9A | 88 | 0 | D | 17 | 1F | 1A | 15 | 3D |
| Octal | 261 | 232 | 210 | 0 | 15 | 27 | 37 | 32 | 25 | 75 |
| Binary | 10110001 | 10011010 | 10001000 | 0 | 1101 | 10111 | 11111 | 11010 | 10101 | 111101 |
Color Harmonies of #B19A88
Complementary color
Monochromatic Colors of #B19A88
Black with #B19A88
Text Example
Text Example
White with #B19A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A88; }
p { color: rgb(177,154,136); }
H1.HeaderClassName
{
color: #B19A88;
}
.AnyTagClassName
{
color: #B19A88;
}
</style>
background-color css
<style>
a { background-color: #B19A88; }
a { background-color: rgb(177,154,136); }
div.DivClassName
{
background-color: #B19A88;
}
.BgClassName
{
background-color: #B19A88;
}
</style>
border-color css
<style>
span { border-color: #B19A88; }
span { border-color: rgb(177,154,136); }
td.TdClassName
{
border-color: #B19A88;
}
.TagClassName
{
border-color: #B19A88;
}
</style>