Shades of Sandrift #B19778
Tints of Sandrift #B19778
RGB
CMYK
RGB Variations
Color information
#B19778 (or 0xB19778) is known color: Sandrift. HEX triplet: B1, 97 and 78. RGB value is (177,151,120). Sum of RGB (Red+Green+Blue) = 177+151+120=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B19778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19778 is #4E6887. Grayscale: #9B9B9B. Windows color (decimal): -5138568 or 7903153. OLE color: 7903153.
HSL color Cylindrical-coordinate representation of color #B19778: hue angle of 32.63º 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 #B19778 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 151 | 120 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.31 |
| HSL | 32.63º | 0.27% | 0.58% | - |
| HSV(B) | 32.63º | 0.32% | 0.69% | - |
| XYZ | 32.59 | 32.84 | 22.39 | - |
| YUV | 155.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 120 | 0 | 0.15 | 0.32 | 0.31 | 32.63 | 0.27 | 0.58 |
| Hex | B1 | 97 | 78 | 0 | F | 20 | 1F | 21 | 1B | 3A |
| Octal | 261 | 227 | 170 | 0 | 17 | 40 | 37 | 41 | 33 | 72 |
| Binary | 10110001 | 10010111 | 1111000 | 0 | 1111 | 100000 | 11111 | 100001 | 11011 | 111010 |
Color Harmonies of #B19778
Complementary color
Monochromatic Colors of #B19778
Black with #B19778
Text Example
Text Example
White with #B19778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19778; }
p { color: rgb(177,151,120); }
H1.HeaderClassName
{
color: #B19778;
}
.AnyTagClassName
{
color: #B19778;
}
</style>
background-color css
<style>
a { background-color: #B19778; }
a { background-color: rgb(177,151,120); }
div.DivClassName
{
background-color: #B19778;
}
.BgClassName
{
background-color: #B19778;
}
</style>
border-color css
<style>
span { border-color: #B19778; }
span { border-color: rgb(177,151,120); }
td.TdClassName
{
border-color: #B19778;
}
.TagClassName
{
border-color: #B19778;
}
</style>