Shades of Sandrift #B6927C
Tints of Sandrift #B6927C
RGB
CMYK
RGB Variations
Color information
#B6927C (or 0xB6927C) is known color: Sandrift. HEX triplet: B6, 92 and 7C. RGB value is (182,146,124). Sum of RGB (Red+Green+Blue) = 182+146+124=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B6927C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6927C is #496D83. Grayscale: #9A9A9A. Windows color (decimal): -4812164 or 8164022. OLE color: 8164022.
HSL color Cylindrical-coordinate representation of color #B6927C: hue angle of 22.76º 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 #B6927C is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 146 | 124 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.29 |
| HSL | 22.76º | 0.28% | 0.6% | - |
| HSV(B) | 22.76º | 0.32% | 0.71% | - |
| XYZ | 33.21 | 31.96 | 23.49 | - |
| YUV | 154.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 146 | 124 | 0 | 0.20 | 0.32 | 0.29 | 22.76 | 0.28 | 0.6 |
| Hex | B6 | 92 | 7C | 0 | 14 | 20 | 1D | 17 | 1C | 3C |
| Octal | 266 | 222 | 174 | 0 | 24 | 40 | 35 | 27 | 34 | 74 |
| Binary | 10110110 | 10010010 | 1111100 | 0 | 10100 | 100000 | 11101 | 10111 | 11100 | 111100 |
Color Harmonies of #B6927C
Complementary color
Monochromatic Colors of #B6927C
Black with #B6927C
Text Example
Text Example
White with #B6927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6927C; }
p { color: rgb(182,146,124); }
H1.HeaderClassName
{
color: #B6927C;
}
.AnyTagClassName
{
color: #B6927C;
}
</style>
background-color css
<style>
a { background-color: #B6927C; }
a { background-color: rgb(182,146,124); }
div.DivClassName
{
background-color: #B6927C;
}
.BgClassName
{
background-color: #B6927C;
}
</style>
border-color css
<style>
span { border-color: #B6927C; }
span { border-color: rgb(182,146,124); }
td.TdClassName
{
border-color: #B6927C;
}
.TagClassName
{
border-color: #B6927C;
}
</style>