Shades of Sandrift #B49B7A
Tints of Sandrift #B49B7A
RGB
CMYK
RGB Variations
Color information
#B49B7A (or 0xB49B7A) is known color: Sandrift. HEX triplet: B4, 9B and 7A. RGB value is (180,155,122). Sum of RGB (Red+Green+Blue) = 180+155+122=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49B7A is #4B6485. Grayscale: #9E9E9E. Windows color (decimal): -4940934 or 8035252. OLE color: 8035252.
HSL color Cylindrical-coordinate representation of color #B49B7A: hue angle of 34.14º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B49B7A is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 155 | 122 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.29 |
| HSL | 34.14º | 0.28% | 0.59% | - |
| HSV(B) | 34.14º | 0.32% | 0.71% | - |
| XYZ | 34.06 | 34.55 | 23.29 | - |
| YUV | 158.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 122 | 0 | 0.14 | 0.32 | 0.29 | 34.14 | 0.28 | 0.59 |
| Hex | B4 | 9B | 7A | 0 | E | 20 | 1D | 22 | 1C | 3B |
| Octal | 264 | 233 | 172 | 0 | 16 | 40 | 35 | 42 | 34 | 73 |
| Binary | 10110100 | 10011011 | 1111010 | 0 | 1110 | 100000 | 11101 | 100010 | 11100 | 111011 |
Color Harmonies of #B49B7A
Complementary color
Monochromatic Colors of #B49B7A
Black with #B49B7A
Text Example
Text Example
White with #B49B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49B7A; }
p { color: rgb(180,155,122); }
H1.HeaderClassName
{
color: #B49B7A;
}
.AnyTagClassName
{
color: #B49B7A;
}
</style>
background-color css
<style>
a { background-color: #B49B7A; }
a { background-color: rgb(180,155,122); }
div.DivClassName
{
background-color: #B49B7A;
}
.BgClassName
{
background-color: #B49B7A;
}
</style>
border-color css
<style>
span { border-color: #B49B7A; }
span { border-color: rgb(180,155,122); }
td.TdClassName
{
border-color: #B49B7A;
}
.TagClassName
{
border-color: #B49B7A;
}
</style>