Shades of Sandrift #B19479
Tints of Sandrift #B19479
RGB
CMYK
RGB Variations
Color information
#B19479 (or 0xB19479) is known color: Sandrift. HEX triplet: B1, 94 and 79. RGB value is (177,148,121). Sum of RGB (Red+Green+Blue) = 177+148+121=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B19479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19479 is #4E6B86. Grayscale: #999999. Windows color (decimal): -5139335 or 7967921. OLE color: 7967921.
HSL color Cylindrical-coordinate representation of color #B19479: hue angle of 28.93º 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 #B19479 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 148 | 121 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.31 |
| HSL | 28.93º | 0.26% | 0.58% | - |
| HSV(B) | 28.93º | 0.32% | 0.69% | - |
| XYZ | 32.17 | 31.91 | 22.55 | - |
| YUV | 153.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 121 | 0 | 0.16 | 0.32 | 0.31 | 28.93 | 0.26 | 0.58 |
| Hex | B1 | 94 | 79 | 0 | 10 | 20 | 1F | 1D | 1A | 3A |
| Octal | 261 | 224 | 171 | 0 | 20 | 40 | 37 | 35 | 32 | 72 |
| Binary | 10110001 | 10010100 | 1111001 | 0 | 10000 | 100000 | 11111 | 11101 | 11010 | 111010 |
Color Harmonies of #B19479
Complementary color
Monochromatic Colors of #B19479
Black with #B19479
Text Example
Text Example
White with #B19479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19479; }
p { color: rgb(177,148,121); }
H1.HeaderClassName
{
color: #B19479;
}
.AnyTagClassName
{
color: #B19479;
}
</style>
background-color css
<style>
a { background-color: #B19479; }
a { background-color: rgb(177,148,121); }
div.DivClassName
{
background-color: #B19479;
}
.BgClassName
{
background-color: #B19479;
}
</style>
border-color css
<style>
span { border-color: #B19479; }
span { border-color: rgb(177,148,121); }
td.TdClassName
{
border-color: #B19479;
}
.TagClassName
{
border-color: #B19479;
}
</style>