Shades of Sandrift #B19B85
Tints of Sandrift #B19B85
RGB
CMYK
RGB Variations
Color information
#B19B85 (or 0xB19B85) is known color: Sandrift. HEX triplet: B1, 9B and 85. RGB value is (177,155,133). Sum of RGB (Red+Green+Blue) = 177+155+133=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19B85 is #4E647A. Grayscale: #9F9F9F. Windows color (decimal): -5137531 or 8756145. OLE color: 8756145.
HSL color Cylindrical-coordinate representation of color #B19B85: hue angle of 30º 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 #B19B85 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 133 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.31 |
| HSL | 30º | 0.22% | 0.61% | - |
| HSV(B) | 30º | 0.25% | 0.69% | - |
| XYZ | 34.09 | 34.48 | 27.05 | - |
| YUV | 159.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 133 | 0 | 0.12 | 0.25 | 0.31 | 30 | 0.22 | 0.61 |
| Hex | B1 | 9B | 85 | 0 | C | 19 | 1F | 1E | 16 | 3D |
| Octal | 261 | 233 | 205 | 0 | 14 | 31 | 37 | 36 | 26 | 75 |
| Binary | 10110001 | 10011011 | 10000101 | 0 | 1100 | 11001 | 11111 | 11110 | 10110 | 111101 |
Color Harmonies of #B19B85
Complementary color
Monochromatic Colors of #B19B85
Black with #B19B85
Text Example
Text Example
White with #B19B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19B85; }
p { color: rgb(177,155,133); }
H1.HeaderClassName
{
color: #B19B85;
}
.AnyTagClassName
{
color: #B19B85;
}
</style>
background-color css
<style>
a { background-color: #B19B85; }
a { background-color: rgb(177,155,133); }
div.DivClassName
{
background-color: #B19B85;
}
.BgClassName
{
background-color: #B19B85;
}
</style>
border-color css
<style>
span { border-color: #B19B85; }
span { border-color: rgb(177,155,133); }
td.TdClassName
{
border-color: #B19B85;
}
.TagClassName
{
border-color: #B19B85;
}
</style>