Shades of Sandrift #B49A78
Tints of Sandrift #B49A78
RGB
CMYK
RGB Variations
Color information
#B49A78 (or 0xB49A78) is known color: Sandrift. HEX triplet: B4, 9A and 78. RGB value is (180,154,120). Sum of RGB (Red+Green+Blue) = 180+154+120=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49A78 is #4B6587. Grayscale: #9E9E9E. Windows color (decimal): -4941192 or 7903924. OLE color: 7903924.
HSL color Cylindrical-coordinate representation of color #B49A78: hue angle of 34º degrees, saturation: 0.29, 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 #B49A78 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 154 | 120 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.29 |
| HSL | 34º | 0.29% | 0.59% | - |
| HSV(B) | 34º | 0.33% | 0.71% | - |
| XYZ | 33.77 | 34.17 | 22.59 | - |
| YUV | 157.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 120 | 0 | 0.14 | 0.33 | 0.29 | 34 | 0.29 | 0.59 |
| Hex | B4 | 9A | 78 | 0 | E | 21 | 1D | 22 | 1D | 3B |
| Octal | 264 | 232 | 170 | 0 | 16 | 41 | 35 | 42 | 35 | 73 |
| Binary | 10110100 | 10011010 | 1111000 | 0 | 1110 | 100001 | 11101 | 100010 | 11101 | 111011 |
Color Harmonies of #B49A78
Complementary color
Monochromatic Colors of #B49A78
Black with #B49A78
Text Example
Text Example
White with #B49A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49A78; }
p { color: rgb(180,154,120); }
H1.HeaderClassName
{
color: #B49A78;
}
.AnyTagClassName
{
color: #B49A78;
}
</style>
background-color css
<style>
a { background-color: #B49A78; }
a { background-color: rgb(180,154,120); }
div.DivClassName
{
background-color: #B49A78;
}
.BgClassName
{
background-color: #B49A78;
}
</style>
border-color css
<style>
span { border-color: #B49A78; }
span { border-color: rgb(180,154,120); }
td.TdClassName
{
border-color: #B49A78;
}
.TagClassName
{
border-color: #B49A78;
}
</style>