Shades of Sandrift #B19379
Tints of Sandrift #B19379
RGB
CMYK
RGB Variations
Color information
#B19379 (or 0xB19379) is known color: Sandrift. HEX triplet: B1, 93 and 79. RGB value is (177,147,121). Sum of RGB (Red+Green+Blue) = 177+147+121=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B19379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19379 is #4E6C86. Grayscale: #999999. Windows color (decimal): -5139591 or 7967665. OLE color: 7967665.
HSL color Cylindrical-coordinate representation of color #B19379: hue angle of 27.86º degrees, saturation: 0.26, 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 #B19379 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 147 | 121 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.31 |
| HSL | 27.86º | 0.26% | 0.58% | - |
| HSV(B) | 27.86º | 0.32% | 0.69% | - |
| XYZ | 32.02 | 31.6 | 22.5 | - |
| YUV | 153.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 121 | 0 | 0.17 | 0.32 | 0.31 | 27.86 | 0.26 | 0.58 |
| Hex | B1 | 93 | 79 | 0 | 11 | 20 | 1F | 1C | 1A | 3A |
| Octal | 261 | 223 | 171 | 0 | 21 | 40 | 37 | 34 | 32 | 72 |
| Binary | 10110001 | 10010011 | 1111001 | 0 | 10001 | 100000 | 11111 | 11100 | 11010 | 111010 |
Color Harmonies of #B19379
Complementary color
Monochromatic Colors of #B19379
Black with #B19379
Text Example
Text Example
White with #B19379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19379; }
p { color: rgb(177,147,121); }
H1.HeaderClassName
{
color: #B19379;
}
.AnyTagClassName
{
color: #B19379;
}
</style>
background-color css
<style>
a { background-color: #B19379; }
a { background-color: rgb(177,147,121); }
div.DivClassName
{
background-color: #B19379;
}
.BgClassName
{
background-color: #B19379;
}
</style>
border-color css
<style>
span { border-color: #B19379; }
span { border-color: rgb(177,147,121); }
td.TdClassName
{
border-color: #B19379;
}
.TagClassName
{
border-color: #B19379;
}
</style>