Shades of Sandrift #B29885
Tints of Sandrift #B29885
RGB
CMYK
RGB Variations
Color information
#B29885 (or 0xB29885) is known color: Sandrift. HEX triplet: B2, 98 and 85. RGB value is (178,152,133). Sum of RGB (Red+Green+Blue) = 178+152+133=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B29885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29885 is #4D677A. Grayscale: #9D9D9D. Windows color (decimal): -5072763 or 8755378. OLE color: 8755378.
HSL color Cylindrical-coordinate representation of color #B29885: hue angle of 25.33º degrees, saturation: 0.23, 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 #B29885 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 152 | 133 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.30 |
| HSL | 25.33º | 0.23% | 0.61% | - |
| HSV(B) | 25.33º | 0.25% | 0.7% | - |
| XYZ | 33.82 | 33.61 | 26.9 | - |
| YUV | 157.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 133 | 0 | 0.15 | 0.25 | 0.30 | 25.33 | 0.23 | 0.61 |
| Hex | B2 | 98 | 85 | 0 | F | 19 | 1E | 19 | 17 | 3D |
| Octal | 262 | 230 | 205 | 0 | 17 | 31 | 36 | 31 | 27 | 75 |
| Binary | 10110010 | 10011000 | 10000101 | 0 | 1111 | 11001 | 11110 | 11001 | 10111 | 111101 |
Color Harmonies of #B29885
Complementary color
Monochromatic Colors of #B29885
Black with #B29885
Text Example
Text Example
White with #B29885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29885; }
p { color: rgb(178,152,133); }
H1.HeaderClassName
{
color: #B29885;
}
.AnyTagClassName
{
color: #B29885;
}
</style>
background-color css
<style>
a { background-color: #B29885; }
a { background-color: rgb(178,152,133); }
div.DivClassName
{
background-color: #B29885;
}
.BgClassName
{
background-color: #B29885;
}
</style>
border-color css
<style>
span { border-color: #B29885; }
span { border-color: rgb(178,152,133); }
td.TdClassName
{
border-color: #B29885;
}
.TagClassName
{
border-color: #B29885;
}
</style>