Shades of Sandrift #B29B85
Tints of Sandrift #B29B85
RGB
CMYK
RGB Variations
Color information
#B29B85 (or 0xB29B85) is known color: Sandrift. HEX triplet: B2, 9B and 85. RGB value is (178,155,133). Sum of RGB (Red+Green+Blue) = 178+155+133=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29B85 is #4D647A. Grayscale: #9F9F9F. Windows color (decimal): -5071995 or 8756146. OLE color: 8756146.
HSL color Cylindrical-coordinate representation of color #B29B85: hue angle of 29.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 #B29B85 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 155 | 133 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.30 |
| HSL | 29.33º | 0.23% | 0.61% | - |
| HSV(B) | 29.33º | 0.25% | 0.7% | - |
| XYZ | 34.32 | 34.6 | 27.06 | - |
| YUV | 159.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 155 | 133 | 0 | 0.13 | 0.25 | 0.30 | 29.33 | 0.23 | 0.61 |
| Hex | B2 | 9B | 85 | 0 | D | 19 | 1E | 1D | 17 | 3D |
| Octal | 262 | 233 | 205 | 0 | 15 | 31 | 36 | 35 | 27 | 75 |
| Binary | 10110010 | 10011011 | 10000101 | 0 | 1101 | 11001 | 11110 | 11101 | 10111 | 111101 |
Color Harmonies of #B29B85
Complementary color
Monochromatic Colors of #B29B85
Black with #B29B85
Text Example
Text Example
White with #B29B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29B85; }
p { color: rgb(178,155,133); }
H1.HeaderClassName
{
color: #B29B85;
}
.AnyTagClassName
{
color: #B29B85;
}
</style>
background-color css
<style>
a { background-color: #B29B85; }
a { background-color: rgb(178,155,133); }
div.DivClassName
{
background-color: #B29B85;
}
.BgClassName
{
background-color: #B29B85;
}
</style>
border-color css
<style>
span { border-color: #B29B85; }
span { border-color: rgb(178,155,133); }
td.TdClassName
{
border-color: #B29B85;
}
.TagClassName
{
border-color: #B29B85;
}
</style>