Shades of Sandrift #B19C88
Tints of Sandrift #B19C88
RGB
CMYK
RGB Variations
Color information
#B19C88 (or 0xB19C88) is known color: Sandrift. HEX triplet: B1, 9C and 88. RGB value is (177,156,136). Sum of RGB (Red+Green+Blue) = 177+156+136=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19C88 is #4E6377. Grayscale: #A0A0A0. Windows color (decimal): -5137272 or 8953009. OLE color: 8953009.
HSL color Cylindrical-coordinate representation of color #B19C88: hue angle of 29.27º 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 #B19C88 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 156 | 136 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.31 |
| HSL | 29.27º | 0.21% | 0.61% | - |
| HSV(B) | 29.27º | 0.23% | 0.69% | - |
| XYZ | 34.46 | 34.9 | 28.21 | - |
| YUV | 160 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 136 | 0 | 0.12 | 0.23 | 0.31 | 29.27 | 0.21 | 0.61 |
| Hex | B1 | 9C | 88 | 0 | C | 17 | 1F | 1D | 15 | 3D |
| Octal | 261 | 234 | 210 | 0 | 14 | 27 | 37 | 35 | 25 | 75 |
| Binary | 10110001 | 10011100 | 10001000 | 0 | 1100 | 10111 | 11111 | 11101 | 10101 | 111101 |
Color Harmonies of #B19C88
Complementary color
Monochromatic Colors of #B19C88
Black with #B19C88
Text Example
Text Example
White with #B19C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19C88; }
p { color: rgb(177,156,136); }
H1.HeaderClassName
{
color: #B19C88;
}
.AnyTagClassName
{
color: #B19C88;
}
</style>
background-color css
<style>
a { background-color: #B19C88; }
a { background-color: rgb(177,156,136); }
div.DivClassName
{
background-color: #B19C88;
}
.BgClassName
{
background-color: #B19C88;
}
</style>
border-color css
<style>
span { border-color: #B19C88; }
span { border-color: rgb(177,156,136); }
td.TdClassName
{
border-color: #B19C88;
}
.TagClassName
{
border-color: #B19C88;
}
</style>