Shades of Sandrift #B49975
Tints of Sandrift #B49975
RGB
CMYK
RGB Variations
Color information
#B49975 (or 0xB49975) is known color: Sandrift. HEX triplet: B4, 99 and 75. RGB value is (180,153,117). Sum of RGB (Red+Green+Blue) = 180+153+117=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B49975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49975 is #4B668A. Grayscale: #9D9D9D. Windows color (decimal): -4941451 or 7707060. OLE color: 7707060.
HSL color Cylindrical-coordinate representation of color #B49975: hue angle of 34.29º 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 #B49975 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 153 | 117 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.29 |
| HSL | 34.29º | 0.3% | 0.58% | - |
| HSV(B) | 34.29º | 0.35% | 0.71% | - |
| XYZ | 33.42 | 33.77 | 21.59 | - |
| YUV | 156.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 117 | 0 | 0.15 | 0.35 | 0.29 | 34.29 | 0.3 | 0.58 |
| Hex | B4 | 99 | 75 | 0 | F | 23 | 1D | 22 | 1E | 3A |
| Octal | 264 | 231 | 165 | 0 | 17 | 43 | 35 | 42 | 36 | 72 |
| Binary | 10110100 | 10011001 | 1110101 | 0 | 1111 | 100011 | 11101 | 100010 | 11110 | 111010 |
Color Harmonies of #B49975
Complementary color
Monochromatic Colors of #B49975
Black with #B49975
Text Example
Text Example
White with #B49975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49975; }
p { color: rgb(180,153,117); }
H1.HeaderClassName
{
color: #B49975;
}
.AnyTagClassName
{
color: #B49975;
}
</style>
background-color css
<style>
a { background-color: #B49975; }
a { background-color: rgb(180,153,117); }
div.DivClassName
{
background-color: #B49975;
}
.BgClassName
{
background-color: #B49975;
}
</style>
border-color css
<style>
span { border-color: #B49975; }
span { border-color: rgb(180,153,117); }
td.TdClassName
{
border-color: #B49975;
}
.TagClassName
{
border-color: #B49975;
}
</style>