Shades of Sandrift #B4967C
Tints of Sandrift #B4967C
RGB
CMYK
RGB Variations
Color information
#B4967C (or 0xB4967C) is known color: Sandrift. HEX triplet: B4, 96 and 7C. RGB value is (180,150,124). Sum of RGB (Red+Green+Blue) = 180+150+124=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B4967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4967C is #4B6983. Grayscale: #9C9C9C. Windows color (decimal): -4942212 or 8165044. OLE color: 8165044.
HSL color Cylindrical-coordinate representation of color #B4967C: hue angle of 27.86º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4967C is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 150 | 124 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.29 |
| HSL | 27.86º | 0.27% | 0.6% | - |
| HSV(B) | 27.86º | 0.31% | 0.71% | - |
| XYZ | 33.37 | 32.97 | 23.67 | - |
| YUV | 156.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 150 | 124 | 0 | 0.17 | 0.31 | 0.29 | 27.86 | 0.27 | 0.6 |
| Hex | B4 | 96 | 7C | 0 | 11 | 1F | 1D | 1C | 1B | 3C |
| Octal | 264 | 226 | 174 | 0 | 21 | 37 | 35 | 34 | 33 | 74 |
| Binary | 10110100 | 10010110 | 1111100 | 0 | 10001 | 11111 | 11101 | 11100 | 11011 | 111100 |
Color Harmonies of #B4967C
Complementary color
Monochromatic Colors of #B4967C
Black with #B4967C
Text Example
Text Example
White with #B4967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4967C; }
p { color: rgb(180,150,124); }
H1.HeaderClassName
{
color: #B4967C;
}
.AnyTagClassName
{
color: #B4967C;
}
</style>
background-color css
<style>
a { background-color: #B4967C; }
a { background-color: rgb(180,150,124); }
div.DivClassName
{
background-color: #B4967C;
}
.BgClassName
{
background-color: #B4967C;
}
</style>
border-color css
<style>
span { border-color: #B4967C; }
span { border-color: rgb(180,150,124); }
td.TdClassName
{
border-color: #B4967C;
}
.TagClassName
{
border-color: #B4967C;
}
</style>