Shades of Sandrift #B49079
Tints of Sandrift #B49079
RGB
CMYK
RGB Variations
Color information
#B49079 (or 0xB49079) is known color: Sandrift. HEX triplet: B4, 90 and 79. RGB value is (180,144,121). Sum of RGB (Red+Green+Blue) = 180+144+121=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B49079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49079 is #4B6F86. Grayscale: #989898. Windows color (decimal): -4943751 or 7966900. OLE color: 7966900.
HSL color Cylindrical-coordinate representation of color #B49079: hue angle of 23.39º 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 #B49079 is Cyan = 0, Magento = 0.2, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 121 | - |
| CMYK | 0 | 0.2 | 0.33 | 0.29 |
| HSL | 23.39º | 0.28% | 0.59% | - |
| HSV(B) | 23.39º | 0.33% | 0.71% | - |
| XYZ | 32.25 | 31.03 | 22.38 | - |
| YUV | 152.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 121 | 0 | 0.2 | 0.33 | 0.29 | 23.39 | 0.28 | 0.59 |
| Hex | B4 | 90 | 79 | 0 | 14 | 21 | 1D | 17 | 1C | 3B |
| Octal | 264 | 220 | 171 | 0 | 24 | 41 | 35 | 27 | 34 | 73 |
| Binary | 10110100 | 10010000 | 1111001 | 0 | 10100 | 100001 | 11101 | 10111 | 11100 | 111011 |
Color Harmonies of #B49079
Complementary color
Monochromatic Colors of #B49079
Black with #B49079
Text Example
Text Example
White with #B49079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49079; }
p { color: rgb(180,144,121); }
H1.HeaderClassName
{
color: #B49079;
}
.AnyTagClassName
{
color: #B49079;
}
</style>
background-color css
<style>
a { background-color: #B49079; }
a { background-color: rgb(180,144,121); }
div.DivClassName
{
background-color: #B49079;
}
.BgClassName
{
background-color: #B49079;
}
</style>
border-color css
<style>
span { border-color: #B49079; }
span { border-color: rgb(180,144,121); }
td.TdClassName
{
border-color: #B49079;
}
.TagClassName
{
border-color: #B49079;
}
</style>