Shades of Sandrift #B29C86
Tints of Sandrift #B29C86
RGB
CMYK
RGB Variations
Color information
#B29C86 (or 0xB29C86) is known color: Sandrift. HEX triplet: B2, 9C and 86. RGB value is (178,156,134). Sum of RGB (Red+Green+Blue) = 178+156+134=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29C86 is #4D6379. Grayscale: #A0A0A0. Windows color (decimal): -5071738 or 8821938. OLE color: 8821938.
HSL color Cylindrical-coordinate representation of color #B29C86: hue angle of 30º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B29C86 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 156 | 134 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.30 |
| HSL | 30º | 0.22% | 0.61% | - |
| HSV(B) | 30º | 0.25% | 0.7% | - |
| XYZ | 34.55 | 34.96 | 27.48 | - |
| YUV | 160.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 156 | 134 | 0 | 0.12 | 0.25 | 0.30 | 30 | 0.22 | 0.61 |
| Hex | B2 | 9C | 86 | 0 | C | 19 | 1E | 1E | 16 | 3D |
| Octal | 262 | 234 | 206 | 0 | 14 | 31 | 36 | 36 | 26 | 75 |
| Binary | 10110010 | 10011100 | 10000110 | 0 | 1100 | 11001 | 11110 | 11110 | 10110 | 111101 |
Color Harmonies of #B29C86
Complementary color
Monochromatic Colors of #B29C86
Black with #B29C86
Text Example
Text Example
White with #B29C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29C86; }
p { color: rgb(178,156,134); }
H1.HeaderClassName
{
color: #B29C86;
}
.AnyTagClassName
{
color: #B29C86;
}
</style>
background-color css
<style>
a { background-color: #B29C86; }
a { background-color: rgb(178,156,134); }
div.DivClassName
{
background-color: #B29C86;
}
.BgClassName
{
background-color: #B29C86;
}
</style>
border-color css
<style>
span { border-color: #B29C86; }
span { border-color: rgb(178,156,134); }
td.TdClassName
{
border-color: #B29C86;
}
.TagClassName
{
border-color: #B29C86;
}
</style>