Shades of Sandrift #B68D78
Tints of Sandrift #B68D78
RGB
CMYK
RGB Variations
Color information
#B68D78 (or 0xB68D78) is known color: Sandrift. HEX triplet: B6, 8D and 78. RGB value is (182,141,120). Sum of RGB (Red+Green+Blue) = 182+141+120=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68D78 is #497287. Grayscale: #969696. Windows color (decimal): -4813448 or 7900598. OLE color: 7900598.
HSL color Cylindrical-coordinate representation of color #B68D78: hue angle of 20.32º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B68D78 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 141 | 120 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.29 |
| HSL | 20.32º | 0.3% | 0.59% | - |
| HSV(B) | 20.32º | 0.34% | 0.71% | - |
| XYZ | 32.21 | 30.35 | 21.93 | - |
| YUV | 150.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 120 | 0 | 0.23 | 0.34 | 0.29 | 20.32 | 0.3 | 0.59 |
| Hex | B6 | 8D | 78 | 0 | 17 | 22 | 1D | 14 | 1E | 3B |
| Octal | 266 | 215 | 170 | 0 | 27 | 42 | 35 | 24 | 36 | 73 |
| Binary | 10110110 | 10001101 | 1111000 | 0 | 10111 | 100010 | 11101 | 10100 | 11110 | 111011 |
Color Harmonies of #B68D78
Complementary color
Monochromatic Colors of #B68D78
Black with #B68D78
Text Example
Text Example
White with #B68D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68D78; }
p { color: rgb(182,141,120); }
H1.HeaderClassName
{
color: #B68D78;
}
.AnyTagClassName
{
color: #B68D78;
}
</style>
background-color css
<style>
a { background-color: #B68D78; }
a { background-color: rgb(182,141,120); }
div.DivClassName
{
background-color: #B68D78;
}
.BgClassName
{
background-color: #B68D78;
}
</style>
border-color css
<style>
span { border-color: #B68D78; }
span { border-color: rgb(182,141,120); }
td.TdClassName
{
border-color: #B68D78;
}
.TagClassName
{
border-color: #B68D78;
}
</style>