Shades of Sandrift #B6937C
Tints of Sandrift #B6937C
RGB
CMYK
RGB Variations
Color information
#B6937C (or 0xB6937C) is known color: Sandrift. HEX triplet: B6, 93 and 7C. RGB value is (182,147,124). Sum of RGB (Red+Green+Blue) = 182+147+124=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B6937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6937C is #496C83. Grayscale: #9A9A9A. Windows color (decimal): -4811908 or 8164278. OLE color: 8164278.
HSL color Cylindrical-coordinate representation of color #B6937C: hue angle of 23.79º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6937C is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 147 | 124 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.29 |
| HSL | 23.79º | 0.28% | 0.6% | - |
| HSV(B) | 23.79º | 0.32% | 0.71% | - |
| XYZ | 33.36 | 32.27 | 23.54 | - |
| YUV | 154.84 | 110.6 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 147 | 124 | 0 | 0.19 | 0.32 | 0.29 | 23.79 | 0.28 | 0.6 |
| Hex | B6 | 93 | 7C | 0 | 13 | 20 | 1D | 18 | 1C | 3C |
| Octal | 266 | 223 | 174 | 0 | 23 | 40 | 35 | 30 | 34 | 74 |
| Binary | 10110110 | 10010011 | 1111100 | 0 | 10011 | 100000 | 11101 | 11000 | 11100 | 111100 |
Color Harmonies of #B6937C
Complementary color
Monochromatic Colors of #B6937C
Black with #B6937C
Text Example
Text Example
White with #B6937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6937C; }
p { color: rgb(182,147,124); }
H1.HeaderClassName
{
color: #B6937C;
}
.AnyTagClassName
{
color: #B6937C;
}
</style>
background-color css
<style>
a { background-color: #B6937C; }
a { background-color: rgb(182,147,124); }
div.DivClassName
{
background-color: #B6937C;
}
.BgClassName
{
background-color: #B6937C;
}
</style>
border-color css
<style>
span { border-color: #B6937C; }
span { border-color: rgb(182,147,124); }
td.TdClassName
{
border-color: #B6937C;
}
.TagClassName
{
border-color: #B6937C;
}
</style>