Shades of Sandrift #B6917C
Tints of Sandrift #B6917C
RGB
CMYK
RGB Variations
Color information
#B6917C (or 0xB6917C) is known color: Sandrift. HEX triplet: B6, 91 and 7C. RGB value is (182,145,124). Sum of RGB (Red+Green+Blue) = 182+145+124=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B6917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6917C is #496E83. Grayscale: #999999. Windows color (decimal): -4812420 or 8163766. OLE color: 8163766.
HSL color Cylindrical-coordinate representation of color #B6917C: hue angle of 21.72º 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 #B6917C is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 145 | 124 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.29 |
| HSL | 21.72º | 0.28% | 0.6% | - |
| HSV(B) | 21.72º | 0.32% | 0.71% | - |
| XYZ | 33.05 | 31.65 | 23.44 | - |
| YUV | 153.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 145 | 124 | 0 | 0.20 | 0.32 | 0.29 | 21.72 | 0.28 | 0.6 |
| Hex | B6 | 91 | 7C | 0 | 14 | 20 | 1D | 16 | 1C | 3C |
| Octal | 266 | 221 | 174 | 0 | 24 | 40 | 35 | 26 | 34 | 74 |
| Binary | 10110110 | 10010001 | 1111100 | 0 | 10100 | 100000 | 11101 | 10110 | 11100 | 111100 |
Color Harmonies of #B6917C
Complementary color
Monochromatic Colors of #B6917C
Black with #B6917C
Text Example
Text Example
White with #B6917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6917C; }
p { color: rgb(182,145,124); }
H1.HeaderClassName
{
color: #B6917C;
}
.AnyTagClassName
{
color: #B6917C;
}
</style>
background-color css
<style>
a { background-color: #B6917C; }
a { background-color: rgb(182,145,124); }
div.DivClassName
{
background-color: #B6917C;
}
.BgClassName
{
background-color: #B6917C;
}
</style>
border-color css
<style>
span { border-color: #B6917C; }
span { border-color: rgb(182,145,124); }
td.TdClassName
{
border-color: #B6917C;
}
.TagClassName
{
border-color: #B6917C;
}
</style>