Shades of Sandrift #B49C7E
Tints of Sandrift #B49C7E
RGB
CMYK
RGB Variations
Color information
#B49C7E (or 0xB49C7E) is known color: Sandrift. HEX triplet: B4, 9C and 7E. RGB value is (180,156,126). Sum of RGB (Red+Green+Blue) = 180+156+126=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C7E is #4B6381. Grayscale: #9F9F9F. Windows color (decimal): -4940674 or 8297652. OLE color: 8297652.
HSL color Cylindrical-coordinate representation of color #B49C7E: hue angle of 33.33º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B49C7E is Cyan = 0, Magento = 0.13, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 126 | - |
| CMYK | 0 | 0.13 | 0.3 | 0.29 |
| HSL | 33.33º | 0.26% | 0.6% | - |
| HSV(B) | 33.33º | 0.3% | 0.71% | - |
| XYZ | 34.48 | 34.99 | 24.67 | - |
| YUV | 159.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 126 | 0 | 0.13 | 0.3 | 0.29 | 33.33 | 0.26 | 0.6 |
| Hex | B4 | 9C | 7E | 0 | D | 1E | 1D | 21 | 1A | 3C |
| Octal | 264 | 234 | 176 | 0 | 15 | 36 | 35 | 41 | 32 | 74 |
| Binary | 10110100 | 10011100 | 1111110 | 0 | 1101 | 11110 | 11101 | 100001 | 11010 | 111100 |
Color Harmonies of #B49C7E
Complementary color
Monochromatic Colors of #B49C7E
Black with #B49C7E
Text Example
Text Example
White with #B49C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C7E; }
p { color: rgb(180,156,126); }
H1.HeaderClassName
{
color: #B49C7E;
}
.AnyTagClassName
{
color: #B49C7E;
}
</style>
background-color css
<style>
a { background-color: #B49C7E; }
a { background-color: rgb(180,156,126); }
div.DivClassName
{
background-color: #B49C7E;
}
.BgClassName
{
background-color: #B49C7E;
}
</style>
border-color css
<style>
span { border-color: #B49C7E; }
span { border-color: rgb(180,156,126); }
td.TdClassName
{
border-color: #B49C7E;
}
.TagClassName
{
border-color: #B49C7E;
}
</style>