Shades of Sandrift #B49883
Tints of Sandrift #B49883
RGB
CMYK
RGB Variations
Color information
#B49883 (or 0xB49883) is known color: Sandrift. HEX triplet: B4, 98 and 83. RGB value is (180,152,131). Sum of RGB (Red+Green+Blue) = 180+152+131=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B49883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49883 is #4B677C. Grayscale: #9E9E9E. Windows color (decimal): -4941693 or 8624308. OLE color: 8624308.
HSL color Cylindrical-coordinate representation of color #B49883: hue angle of 25.71º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B49883 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 152 | 131 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.29 |
| HSL | 25.71º | 0.25% | 0.61% | - |
| HSV(B) | 25.71º | 0.27% | 0.71% | - |
| XYZ | 34.15 | 33.8 | 26.2 | - |
| YUV | 157.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 131 | 0 | 0.16 | 0.27 | 0.29 | 25.71 | 0.25 | 0.61 |
| Hex | B4 | 98 | 83 | 0 | 10 | 1B | 1D | 1A | 19 | 3D |
| Octal | 264 | 230 | 203 | 0 | 20 | 33 | 35 | 32 | 31 | 75 |
| Binary | 10110100 | 10011000 | 10000011 | 0 | 10000 | 11011 | 11101 | 11010 | 11001 | 111101 |
Color Harmonies of #B49883
Complementary color
Monochromatic Colors of #B49883
Black with #B49883
Text Example
Text Example
White with #B49883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49883; }
p { color: rgb(180,152,131); }
H1.HeaderClassName
{
color: #B49883;
}
.AnyTagClassName
{
color: #B49883;
}
</style>
background-color css
<style>
a { background-color: #B49883; }
a { background-color: rgb(180,152,131); }
div.DivClassName
{
background-color: #B49883;
}
.BgClassName
{
background-color: #B49883;
}
</style>
border-color css
<style>
span { border-color: #B49883; }
span { border-color: rgb(180,152,131); }
td.TdClassName
{
border-color: #B49883;
}
.TagClassName
{
border-color: #B49883;
}
</style>