Shades of Sandrift #B19878
Tints of Sandrift #B19878
RGB
CMYK
RGB Variations
Color information
#B19878 (or 0xB19878) is known color: Sandrift. HEX triplet: B1, 98 and 78. RGB value is (177,152,120). Sum of RGB (Red+Green+Blue) = 177+152+120=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B19878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19878 is #4E6787. Grayscale: #9B9B9B. Windows color (decimal): -5138312 or 7903409. OLE color: 7903409.
HSL color Cylindrical-coordinate representation of color #B19878: hue angle of 33.68º 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 #B19878 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 120 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.31 |
| HSL | 33.68º | 0.27% | 0.58% | - |
| HSV(B) | 33.68º | 0.32% | 0.69% | - |
| XYZ | 32.75 | 33.16 | 22.44 | - |
| YUV | 155.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 120 | 0 | 0.14 | 0.32 | 0.31 | 33.68 | 0.27 | 0.58 |
| Hex | B1 | 98 | 78 | 0 | E | 20 | 1F | 22 | 1B | 3A |
| Octal | 261 | 230 | 170 | 0 | 16 | 40 | 37 | 42 | 33 | 72 |
| Binary | 10110001 | 10011000 | 1111000 | 0 | 1110 | 100000 | 11111 | 100010 | 11011 | 111010 |
Color Harmonies of #B19878
Complementary color
Monochromatic Colors of #B19878
Black with #B19878
Text Example
Text Example
White with #B19878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19878; }
p { color: rgb(177,152,120); }
H1.HeaderClassName
{
color: #B19878;
}
.AnyTagClassName
{
color: #B19878;
}
</style>
background-color css
<style>
a { background-color: #B19878; }
a { background-color: rgb(177,152,120); }
div.DivClassName
{
background-color: #B19878;
}
.BgClassName
{
background-color: #B19878;
}
</style>
border-color css
<style>
span { border-color: #B19878; }
span { border-color: rgb(177,152,120); }
td.TdClassName
{
border-color: #B19878;
}
.TagClassName
{
border-color: #B19878;
}
</style>