Shades of Sandrift #B49482
Tints of Sandrift #B49482
RGB
CMYK
RGB Variations
Color information
#B49482 (or 0xB49482) is known color: Sandrift. HEX triplet: B4, 94 and 82. RGB value is (180,148,130). Sum of RGB (Red+Green+Blue) = 180+148+130=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B49482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49482 is #4B6B7D. Grayscale: #9B9B9B. Windows color (decimal): -4942718 or 8557748. OLE color: 8557748.
HSL color Cylindrical-coordinate representation of color #B49482: hue angle of 21.6º 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 #B49482 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 148 | 130 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.29 |
| HSL | 21.6º | 0.25% | 0.61% | - |
| HSV(B) | 21.6º | 0.28% | 0.71% | - |
| XYZ | 33.44 | 32.49 | 25.63 | - |
| YUV | 155.52 | 113.6 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 148 | 130 | 0 | 0.18 | 0.28 | 0.29 | 21.6 | 0.25 | 0.61 |
| Hex | B4 | 94 | 82 | 0 | 12 | 1C | 1D | 16 | 19 | 3D |
| Octal | 264 | 224 | 202 | 0 | 22 | 34 | 35 | 26 | 31 | 75 |
| Binary | 10110100 | 10010100 | 10000010 | 0 | 10010 | 11100 | 11101 | 10110 | 11001 | 111101 |
Color Harmonies of #B49482
Complementary color
Monochromatic Colors of #B49482
Black with #B49482
Text Example
Text Example
White with #B49482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49482; }
p { color: rgb(180,148,130); }
H1.HeaderClassName
{
color: #B49482;
}
.AnyTagClassName
{
color: #B49482;
}
</style>
background-color css
<style>
a { background-color: #B49482; }
a { background-color: rgb(180,148,130); }
div.DivClassName
{
background-color: #B49482;
}
.BgClassName
{
background-color: #B49482;
}
</style>
border-color css
<style>
span { border-color: #B49482; }
span { border-color: rgb(180,148,130); }
td.TdClassName
{
border-color: #B49482;
}
.TagClassName
{
border-color: #B49482;
}
</style>