Shades of Sandrift #B6917B
Tints of Sandrift #B6917B
RGB
CMYK
RGB Variations
Color information
#B6917B (or 0xB6917B) is known color: Sandrift. HEX triplet: B6, 91 and 7B. RGB value is (182,145,123). Sum of RGB (Red+Green+Blue) = 182+145+123=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B6917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6917B is #496E84. Grayscale: #999999. Windows color (decimal): -4812421 or 8098230. OLE color: 8098230.
HSL color Cylindrical-coordinate representation of color #B6917B: hue angle of 22.37º degrees, saturation: 0.29, 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 #B6917B is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 145 | 123 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.29 |
| HSL | 22.37º | 0.29% | 0.6% | - |
| HSV(B) | 22.37º | 0.32% | 0.71% | - |
| XYZ | 32.99 | 31.63 | 23.1 | - |
| YUV | 153.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 145 | 123 | 0 | 0.20 | 0.32 | 0.29 | 22.37 | 0.29 | 0.6 |
| Hex | B6 | 91 | 7B | 0 | 14 | 20 | 1D | 16 | 1D | 3C |
| Octal | 266 | 221 | 173 | 0 | 24 | 40 | 35 | 26 | 35 | 74 |
| Binary | 10110110 | 10010001 | 1111011 | 0 | 10100 | 100000 | 11101 | 10110 | 11101 | 111100 |
Color Harmonies of #B6917B
Complementary color
Monochromatic Colors of #B6917B
Black with #B6917B
Text Example
Text Example
White with #B6917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6917B; }
p { color: rgb(182,145,123); }
H1.HeaderClassName
{
color: #B6917B;
}
.AnyTagClassName
{
color: #B6917B;
}
</style>
background-color css
<style>
a { background-color: #B6917B; }
a { background-color: rgb(182,145,123); }
div.DivClassName
{
background-color: #B6917B;
}
.BgClassName
{
background-color: #B6917B;
}
</style>
border-color css
<style>
span { border-color: #B6917B; }
span { border-color: rgb(182,145,123); }
td.TdClassName
{
border-color: #B6917B;
}
.TagClassName
{
border-color: #B6917B;
}
</style>