Shades of Sandrift #B49579
Tints of Sandrift #B49579
RGB
CMYK
RGB Variations
Color information
#B49579 (or 0xB49579) is known color: Sandrift. HEX triplet: B4, 95 and 79. RGB value is (180,149,121). Sum of RGB (Red+Green+Blue) = 180+149+121=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B49579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49579 is #4B6A86. Grayscale: #9B9B9B. Windows color (decimal): -4942471 or 7968180. OLE color: 7968180.
HSL color Cylindrical-coordinate representation of color #B49579: hue angle of 28.47º 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 #B49579 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 149 | 121 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.29 |
| HSL | 28.47º | 0.28% | 0.59% | - |
| HSV(B) | 28.47º | 0.33% | 0.71% | - |
| XYZ | 33.02 | 32.58 | 22.64 | - |
| YUV | 155.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 121 | 0 | 0.17 | 0.33 | 0.29 | 28.47 | 0.28 | 0.59 |
| Hex | B4 | 95 | 79 | 0 | 11 | 21 | 1D | 1C | 1C | 3B |
| Octal | 264 | 225 | 171 | 0 | 21 | 41 | 35 | 34 | 34 | 73 |
| Binary | 10110100 | 10010101 | 1111001 | 0 | 10001 | 100001 | 11101 | 11100 | 11100 | 111011 |
Color Harmonies of #B49579
Complementary color
Monochromatic Colors of #B49579
Black with #B49579
Text Example
Text Example
White with #B49579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49579; }
p { color: rgb(180,149,121); }
H1.HeaderClassName
{
color: #B49579;
}
.AnyTagClassName
{
color: #B49579;
}
</style>
background-color css
<style>
a { background-color: #B49579; }
a { background-color: rgb(180,149,121); }
div.DivClassName
{
background-color: #B49579;
}
.BgClassName
{
background-color: #B49579;
}
</style>
border-color css
<style>
span { border-color: #B49579; }
span { border-color: rgb(180,149,121); }
td.TdClassName
{
border-color: #B49579;
}
.TagClassName
{
border-color: #B49579;
}
</style>