Shades of Sandrift #B49275
Tints of Sandrift #B49275
RGB
CMYK
RGB Variations
Color information
#B49275 (or 0xB49275) is known color: Sandrift. HEX triplet: B4, 92 and 75. RGB value is (180,146,117). Sum of RGB (Red+Green+Blue) = 180+146+117=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B49275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49275 is #4B6D8A. Grayscale: #999999. Windows color (decimal): -4943243 or 7705268. OLE color: 7705268.
HSL color Cylindrical-coordinate representation of color #B49275: hue angle of 27.62º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B49275 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 146 | 117 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.29 |
| HSL | 27.62º | 0.3% | 0.58% | - |
| HSV(B) | 27.62º | 0.35% | 0.71% | - |
| XYZ | 32.31 | 31.55 | 21.22 | - |
| YUV | 152.86 | 107.76 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 117 | 0 | 0.19 | 0.35 | 0.29 | 27.62 | 0.3 | 0.58 |
| Hex | B4 | 92 | 75 | 0 | 13 | 23 | 1D | 1C | 1E | 3A |
| Octal | 264 | 222 | 165 | 0 | 23 | 43 | 35 | 34 | 36 | 72 |
| Binary | 10110100 | 10010010 | 1110101 | 0 | 10011 | 100011 | 11101 | 11100 | 11110 | 111010 |
Color Harmonies of #B49275
Complementary color
Monochromatic Colors of #B49275
Black with #B49275
Text Example
Text Example
White with #B49275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49275; }
p { color: rgb(180,146,117); }
H1.HeaderClassName
{
color: #B49275;
}
.AnyTagClassName
{
color: #B49275;
}
</style>
background-color css
<style>
a { background-color: #B49275; }
a { background-color: rgb(180,146,117); }
div.DivClassName
{
background-color: #B49275;
}
.BgClassName
{
background-color: #B49275;
}
</style>
border-color css
<style>
span { border-color: #B49275; }
span { border-color: rgb(180,146,117); }
td.TdClassName
{
border-color: #B49275;
}
.TagClassName
{
border-color: #B49275;
}
</style>