Shades of Sandrift #B49783
Tints of Sandrift #B49783
RGB
CMYK
RGB Variations
Color information
#B49783 (or 0xB49783) is known color: Sandrift. HEX triplet: B4, 97 and 83. RGB value is (180,151,131). Sum of RGB (Red+Green+Blue) = 180+151+131=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B49783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49783 is #4B687C. Grayscale: #9D9D9D. Windows color (decimal): -4941949 or 8624052. OLE color: 8624052.
HSL color Cylindrical-coordinate representation of color #B49783: hue angle of 24.49º 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 #B49783 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 151 | 131 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.29 |
| HSL | 24.49º | 0.25% | 0.61% | - |
| HSV(B) | 24.49º | 0.27% | 0.71% | - |
| XYZ | 33.99 | 33.48 | 26.14 | - |
| YUV | 157.39 | 113.11 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 131 | 0 | 0.16 | 0.27 | 0.29 | 24.49 | 0.25 | 0.61 |
| Hex | B4 | 97 | 83 | 0 | 10 | 1B | 1D | 18 | 19 | 3D |
| Octal | 264 | 227 | 203 | 0 | 20 | 33 | 35 | 30 | 31 | 75 |
| Binary | 10110100 | 10010111 | 10000011 | 0 | 10000 | 11011 | 11101 | 11000 | 11001 | 111101 |
Color Harmonies of #B49783
Complementary color
Monochromatic Colors of #B49783
Black with #B49783
Text Example
Text Example
White with #B49783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49783; }
p { color: rgb(180,151,131); }
H1.HeaderClassName
{
color: #B49783;
}
.AnyTagClassName
{
color: #B49783;
}
</style>
background-color css
<style>
a { background-color: #B49783; }
a { background-color: rgb(180,151,131); }
div.DivClassName
{
background-color: #B49783;
}
.BgClassName
{
background-color: #B49783;
}
</style>
border-color css
<style>
span { border-color: #B49783; }
span { border-color: rgb(180,151,131); }
td.TdClassName
{
border-color: #B49783;
}
.TagClassName
{
border-color: #B49783;
}
</style>