Shades of Sandrift #B49179
Tints of Sandrift #B49179
RGB
CMYK
RGB Variations
Color information
#B49179 (or 0xB49179) is known color: Sandrift. HEX triplet: B4, 91 and 79. RGB value is (180,145,121). Sum of RGB (Red+Green+Blue) = 180+145+121=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B49179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49179 is #4B6E86. Grayscale: #989898. Windows color (decimal): -4943495 or 7967156. OLE color: 7967156.
HSL color Cylindrical-coordinate representation of color #B49179: hue angle of 24.41º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B49179 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 121 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.29 |
| HSL | 24.41º | 0.28% | 0.59% | - |
| HSV(B) | 24.41º | 0.33% | 0.71% | - |
| XYZ | 32.4 | 31.33 | 22.43 | - |
| YUV | 152.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 121 | 0 | 0.19 | 0.33 | 0.29 | 24.41 | 0.28 | 0.59 |
| Hex | B4 | 91 | 79 | 0 | 13 | 21 | 1D | 18 | 1C | 3B |
| Octal | 264 | 221 | 171 | 0 | 23 | 41 | 35 | 30 | 34 | 73 |
| Binary | 10110100 | 10010001 | 1111001 | 0 | 10011 | 100001 | 11101 | 11000 | 11100 | 111011 |
Color Harmonies of #B49179
Complementary color
Monochromatic Colors of #B49179
Black with #B49179
Text Example
Text Example
White with #B49179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49179; }
p { color: rgb(180,145,121); }
H1.HeaderClassName
{
color: #B49179;
}
.AnyTagClassName
{
color: #B49179;
}
</style>
background-color css
<style>
a { background-color: #B49179; }
a { background-color: rgb(180,145,121); }
div.DivClassName
{
background-color: #B49179;
}
.BgClassName
{
background-color: #B49179;
}
</style>
border-color css
<style>
span { border-color: #B49179; }
span { border-color: rgb(180,145,121); }
td.TdClassName
{
border-color: #B49179;
}
.TagClassName
{
border-color: #B49179;
}
</style>