Shades of Sandrift #B68C76
Tints of Sandrift #B68C76
RGB
CMYK
RGB Variations
Color information
#B68C76 (or 0xB68C76) is known color: Sandrift. HEX triplet: B6, 8C and 76. RGB value is (182,140,118). Sum of RGB (Red+Green+Blue) = 182+140+118=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68C76 is #497389. Grayscale: #969696. Windows color (decimal): -4813706 or 7769270. OLE color: 7769270.
HSL color Cylindrical-coordinate representation of color #B68C76: hue angle of 20.62º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B68C76 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 140 | 118 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.29 |
| HSL | 20.63º | 0.3% | 0.59% | - |
| HSV(B) | 20.63º | 0.35% | 0.71% | - |
| XYZ | 31.94 | 30.01 | 21.25 | - |
| YUV | 150.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 118 | 0 | 0.23 | 0.35 | 0.29 | 20.63 | 0.3 | 0.59 |
| Hex | B6 | 8C | 76 | 0 | 17 | 23 | 1D | 15 | 1E | 3B |
| Octal | 266 | 214 | 166 | 0 | 27 | 43 | 35 | 25 | 36 | 73 |
| Binary | 10110110 | 10001100 | 1110110 | 0 | 10111 | 100011 | 11101 | 10101 | 11110 | 111011 |
Color Harmonies of #B68C76
Complementary color
Monochromatic Colors of #B68C76
Black with #B68C76
Text Example
Text Example
White with #B68C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68C76; }
p { color: rgb(182,140,118); }
H1.HeaderClassName
{
color: #B68C76;
}
.AnyTagClassName
{
color: #B68C76;
}
</style>
background-color css
<style>
a { background-color: #B68C76; }
a { background-color: rgb(182,140,118); }
div.DivClassName
{
background-color: #B68C76;
}
.BgClassName
{
background-color: #B68C76;
}
</style>
border-color css
<style>
span { border-color: #B68C76; }
span { border-color: rgb(182,140,118); }
td.TdClassName
{
border-color: #B68C76;
}
.TagClassName
{
border-color: #B68C76;
}
</style>