Shades of Sandrift #B29A88
Tints of Sandrift #B29A88
RGB
CMYK
RGB Variations
Color information
#B29A88 (or 0xB29A88) is known color: Sandrift. HEX triplet: B2, 9A and 88. RGB value is (178,154,136). Sum of RGB (Red+Green+Blue) = 178+154+136=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29A88 is #4D6577. Grayscale: #9F9F9F. Windows color (decimal): -5072248 or 8952498. OLE color: 8952498.
HSL color Cylindrical-coordinate representation of color #B29A88: hue angle of 25.71º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B29A88 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 154 | 136 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.30 |
| HSL | 25.71º | 0.21% | 0.62% | - |
| HSV(B) | 25.71º | 0.24% | 0.7% | - |
| XYZ | 34.36 | 34.35 | 28.11 | - |
| YUV | 159.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 136 | 0 | 0.13 | 0.24 | 0.30 | 25.71 | 0.21 | 0.62 |
| Hex | B2 | 9A | 88 | 0 | D | 18 | 1E | 1A | 15 | 3E |
| Octal | 262 | 232 | 210 | 0 | 15 | 30 | 36 | 32 | 25 | 76 |
| Binary | 10110010 | 10011010 | 10001000 | 0 | 1101 | 11000 | 11110 | 11010 | 10101 | 111110 |
Color Harmonies of #B29A88
Complementary color
Monochromatic Colors of #B29A88
Black with #B29A88
Text Example
Text Example
White with #B29A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29A88; }
p { color: rgb(178,154,136); }
H1.HeaderClassName
{
color: #B29A88;
}
.AnyTagClassName
{
color: #B29A88;
}
</style>
background-color css
<style>
a { background-color: #B29A88; }
a { background-color: rgb(178,154,136); }
div.DivClassName
{
background-color: #B29A88;
}
.BgClassName
{
background-color: #B29A88;
}
</style>
border-color css
<style>
span { border-color: #B29A88; }
span { border-color: rgb(178,154,136); }
td.TdClassName
{
border-color: #B29A88;
}
.TagClassName
{
border-color: #B29A88;
}
</style>