Shades of Sandrift #B49782
Tints of Sandrift #B49782
RGB
CMYK
RGB Variations
Color information
#B49782 (or 0xB49782) is known color: Sandrift. HEX triplet: B4, 97 and 82. RGB value is (180,151,130). Sum of RGB (Red+Green+Blue) = 180+151+130=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B49782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49782 is #4B687D. Grayscale: #9D9D9D. Windows color (decimal): -4941950 or 8558516. OLE color: 8558516.
HSL color Cylindrical-coordinate representation of color #B49782: hue angle of 25.2º 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 #B49782 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 151 | 130 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.29 |
| HSL | 25.2º | 0.25% | 0.61% | - |
| HSV(B) | 25.2º | 0.28% | 0.71% | - |
| XYZ | 33.92 | 33.45 | 25.79 | - |
| YUV | 157.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 130 | 0 | 0.16 | 0.28 | 0.29 | 25.2 | 0.25 | 0.61 |
| Hex | B4 | 97 | 82 | 0 | 10 | 1C | 1D | 19 | 19 | 3D |
| Octal | 264 | 227 | 202 | 0 | 20 | 34 | 35 | 31 | 31 | 75 |
| Binary | 10110100 | 10010111 | 10000010 | 0 | 10000 | 11100 | 11101 | 11001 | 11001 | 111101 |
Color Harmonies of #B49782
Complementary color
Monochromatic Colors of #B49782
Black with #B49782
Text Example
Text Example
White with #B49782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49782; }
p { color: rgb(180,151,130); }
H1.HeaderClassName
{
color: #B49782;
}
.AnyTagClassName
{
color: #B49782;
}
</style>
background-color css
<style>
a { background-color: #B49782; }
a { background-color: rgb(180,151,130); }
div.DivClassName
{
background-color: #B49782;
}
.BgClassName
{
background-color: #B49782;
}
</style>
border-color css
<style>
span { border-color: #B49782; }
span { border-color: rgb(180,151,130); }
td.TdClassName
{
border-color: #B49782;
}
.TagClassName
{
border-color: #B49782;
}
</style>