Shades of Sandrift #B49981
Tints of Sandrift #B49981
RGB
CMYK
RGB Variations
Color information
#B49981 (or 0xB49981) is known color: Sandrift. HEX triplet: B4, 99 and 81. RGB value is (180,153,129). Sum of RGB (Red+Green+Blue) = 180+153+129=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B49981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49981 is #4B667E. Grayscale: #9E9E9E. Windows color (decimal): -4941439 or 8493492. OLE color: 8493492.
HSL color Cylindrical-coordinate representation of color #B49981: hue angle of 28.24º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B49981 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 153 | 129 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.29 |
| HSL | 28.24º | 0.25% | 0.61% | - |
| HSV(B) | 28.24º | 0.28% | 0.71% | - |
| XYZ | 34.18 | 34.07 | 25.54 | - |
| YUV | 158.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 129 | 0 | 0.15 | 0.28 | 0.29 | 28.24 | 0.25 | 0.61 |
| Hex | B4 | 99 | 81 | 0 | F | 1C | 1D | 1C | 19 | 3D |
| Octal | 264 | 231 | 201 | 0 | 17 | 34 | 35 | 34 | 31 | 75 |
| Binary | 10110100 | 10011001 | 10000001 | 0 | 1111 | 11100 | 11101 | 11100 | 11001 | 111101 |
Color Harmonies of #B49981
Complementary color
Monochromatic Colors of #B49981
Black with #B49981
Text Example
Text Example
White with #B49981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49981; }
p { color: rgb(180,153,129); }
H1.HeaderClassName
{
color: #B49981;
}
.AnyTagClassName
{
color: #B49981;
}
</style>
background-color css
<style>
a { background-color: #B49981; }
a { background-color: rgb(180,153,129); }
div.DivClassName
{
background-color: #B49981;
}
.BgClassName
{
background-color: #B49981;
}
</style>
border-color css
<style>
span { border-color: #B49981; }
span { border-color: rgb(180,153,129); }
td.TdClassName
{
border-color: #B49981;
}
.TagClassName
{
border-color: #B49981;
}
</style>