Shades of Sandrift #B49C80
Tints of Sandrift #B49C80
RGB
CMYK
RGB Variations
Color information
#B49C80 (or 0xB49C80) is known color: Sandrift. HEX triplet: B4, 9C and 80. RGB value is (180,156,128). Sum of RGB (Red+Green+Blue) = 180+156+128=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49C80 is #4B637F. Grayscale: #A0A0A0. Windows color (decimal): -4940672 or 8428724. OLE color: 8428724.
HSL color Cylindrical-coordinate representation of color #B49C80: hue angle of 32.31º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B49C80 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 128 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.29 |
| HSL | 32.31º | 0.26% | 0.6% | - |
| HSV(B) | 32.31º | 0.29% | 0.71% | - |
| XYZ | 34.61 | 35.04 | 25.36 | - |
| YUV | 159.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 128 | 0 | 0.13 | 0.29 | 0.29 | 32.31 | 0.26 | 0.6 |
| Hex | B4 | 9C | 80 | 0 | D | 1D | 1D | 20 | 1A | 3C |
| Octal | 264 | 234 | 200 | 0 | 15 | 35 | 35 | 40 | 32 | 74 |
| Binary | 10110100 | 10011100 | 10000000 | 0 | 1101 | 11101 | 11101 | 100000 | 11010 | 111100 |
Color Harmonies of #B49C80
Complementary color
Monochromatic Colors of #B49C80
Black with #B49C80
Text Example
Text Example
White with #B49C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C80; }
p { color: rgb(180,156,128); }
H1.HeaderClassName
{
color: #B49C80;
}
.AnyTagClassName
{
color: #B49C80;
}
</style>
background-color css
<style>
a { background-color: #B49C80; }
a { background-color: rgb(180,156,128); }
div.DivClassName
{
background-color: #B49C80;
}
.BgClassName
{
background-color: #B49C80;
}
</style>
border-color css
<style>
span { border-color: #B49C80; }
span { border-color: rgb(180,156,128); }
td.TdClassName
{
border-color: #B49C80;
}
.TagClassName
{
border-color: #B49C80;
}
</style>