Shades of Sandrift #B19575
Tints of Sandrift #B19575
RGB
CMYK
RGB Variations
Color information
#B19575 (or 0xB19575) is known color: Sandrift. HEX triplet: B1, 95 and 75. RGB value is (177,149,117). Sum of RGB (Red+Green+Blue) = 177+149+117=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B19575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19575 is #4E6A8A. Grayscale: #999999. Windows color (decimal): -5139083 or 7706033. OLE color: 7706033.
HSL color Cylindrical-coordinate representation of color #B19575: hue angle of 32º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B19575 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 117 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.31 |
| HSL | 32º | 0.28% | 0.58% | - |
| HSV(B) | 32º | 0.34% | 0.69% | - |
| XYZ | 32.09 | 32.13 | 21.34 | - |
| YUV | 153.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 117 | 0 | 0.16 | 0.34 | 0.31 | 32 | 0.28 | 0.58 |
| Hex | B1 | 95 | 75 | 0 | 10 | 22 | 1F | 20 | 1C | 3A |
| Octal | 261 | 225 | 165 | 0 | 20 | 42 | 37 | 40 | 34 | 72 |
| Binary | 10110001 | 10010101 | 1110101 | 0 | 10000 | 100010 | 11111 | 100000 | 11100 | 111010 |
Color Harmonies of #B19575
Complementary color
Monochromatic Colors of #B19575
Black with #B19575
Text Example
Text Example
White with #B19575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19575; }
p { color: rgb(177,149,117); }
H1.HeaderClassName
{
color: #B19575;
}
.AnyTagClassName
{
color: #B19575;
}
</style>
background-color css
<style>
a { background-color: #B19575; }
a { background-color: rgb(177,149,117); }
div.DivClassName
{
background-color: #B19575;
}
.BgClassName
{
background-color: #B19575;
}
</style>
border-color css
<style>
span { border-color: #B19575; }
span { border-color: rgb(177,149,117); }
td.TdClassName
{
border-color: #B19575;
}
.TagClassName
{
border-color: #B19575;
}
</style>