Shades of Sandrift #B19578
Tints of Sandrift #B19578
RGB
CMYK
RGB Variations
Color information
#B19578 (or 0xB19578) is known color: Sandrift. HEX triplet: B1, 95 and 78. RGB value is (177,149,120). Sum of RGB (Red+Green+Blue) = 177+149+120=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B19578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19578 is #4E6A87. Grayscale: #9A9A9A. Windows color (decimal): -5139080 or 7902641. OLE color: 7902641.
HSL color Cylindrical-coordinate representation of color #B19578: hue angle of 30.53º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B19578 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 120 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.31 |
| HSL | 30.53º | 0.27% | 0.58% | - |
| HSV(B) | 30.53º | 0.32% | 0.69% | - |
| XYZ | 32.27 | 32.2 | 22.28 | - |
| YUV | 154.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 120 | 0 | 0.16 | 0.32 | 0.31 | 30.53 | 0.27 | 0.58 |
| Hex | B1 | 95 | 78 | 0 | 10 | 20 | 1F | 1F | 1B | 3A |
| Octal | 261 | 225 | 170 | 0 | 20 | 40 | 37 | 37 | 33 | 72 |
| Binary | 10110001 | 10010101 | 1111000 | 0 | 10000 | 100000 | 11111 | 11111 | 11011 | 111010 |
Color Harmonies of #B19578
Complementary color
Monochromatic Colors of #B19578
Black with #B19578
Text Example
Text Example
White with #B19578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19578; }
p { color: rgb(177,149,120); }
H1.HeaderClassName
{
color: #B19578;
}
.AnyTagClassName
{
color: #B19578;
}
</style>
background-color css
<style>
a { background-color: #B19578; }
a { background-color: rgb(177,149,120); }
div.DivClassName
{
background-color: #B19578;
}
.BgClassName
{
background-color: #B19578;
}
</style>
border-color css
<style>
span { border-color: #B19578; }
span { border-color: rgb(177,149,120); }
td.TdClassName
{
border-color: #B19578;
}
.TagClassName
{
border-color: #B19578;
}
</style>