Shades of Sandrift #B19A85
Tints of Sandrift #B19A85
RGB
CMYK
RGB Variations
Color information
#B19A85 (or 0xB19A85) is known color: Sandrift. HEX triplet: B1, 9A and 85. RGB value is (177,154,133). Sum of RGB (Red+Green+Blue) = 177+154+133=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A85 is #4E657A. Grayscale: #9E9E9E. Windows color (decimal): -5137787 or 8755889. OLE color: 8755889.
HSL color Cylindrical-coordinate representation of color #B19A85: hue angle of 28.64º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B19A85 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 133 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.31 |
| HSL | 28.64º | 0.22% | 0.61% | - |
| HSV(B) | 28.64º | 0.25% | 0.69% | - |
| XYZ | 33.92 | 34.15 | 26.99 | - |
| YUV | 158.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 133 | 0 | 0.13 | 0.25 | 0.31 | 28.64 | 0.22 | 0.61 |
| Hex | B1 | 9A | 85 | 0 | D | 19 | 1F | 1D | 16 | 3D |
| Octal | 261 | 232 | 205 | 0 | 15 | 31 | 37 | 35 | 26 | 75 |
| Binary | 10110001 | 10011010 | 10000101 | 0 | 1101 | 11001 | 11111 | 11101 | 10110 | 111101 |
Color Harmonies of #B19A85
Complementary color
Monochromatic Colors of #B19A85
Black with #B19A85
Text Example
Text Example
White with #B19A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A85; }
p { color: rgb(177,154,133); }
H1.HeaderClassName
{
color: #B19A85;
}
.AnyTagClassName
{
color: #B19A85;
}
</style>
background-color css
<style>
a { background-color: #B19A85; }
a { background-color: rgb(177,154,133); }
div.DivClassName
{
background-color: #B19A85;
}
.BgClassName
{
background-color: #B19A85;
}
</style>
border-color css
<style>
span { border-color: #B19A85; }
span { border-color: rgb(177,154,133); }
td.TdClassName
{
border-color: #B19A85;
}
.TagClassName
{
border-color: #B19A85;
}
</style>