Shades of Sandrift #B29D8A
Tints of Sandrift #B29D8A
RGB
CMYK
RGB Variations
Color information
#B29D8A (or 0xB29D8A) is known color: Sandrift. HEX triplet: B2, 9D and 8A. RGB value is (178,157,138). Sum of RGB (Red+Green+Blue) = 178+157+138=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29D8A is #4D6275. Grayscale: #A1A1A1. Windows color (decimal): -5071478 or 9084338. OLE color: 9084338.
HSL color Cylindrical-coordinate representation of color #B29D8A: hue angle of 28.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B29D8A is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 157 | 138 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.30 |
| HSL | 28.5º | 0.21% | 0.62% | - |
| HSV(B) | 28.5º | 0.22% | 0.7% | - |
| XYZ | 35 | 35.41 | 29.04 | - |
| YUV | 161.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 157 | 138 | 0 | 0.12 | 0.22 | 0.30 | 28.5 | 0.21 | 0.62 |
| Hex | B2 | 9D | 8A | 0 | C | 16 | 1E | 1C | 15 | 3E |
| Octal | 262 | 235 | 212 | 0 | 14 | 26 | 36 | 34 | 25 | 76 |
| Binary | 10110010 | 10011101 | 10001010 | 0 | 1100 | 10110 | 11110 | 11100 | 10101 | 111110 |
Color Harmonies of #B29D8A
Complementary color
Monochromatic Colors of #B29D8A
Black with #B29D8A
Text Example
Text Example
White with #B29D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29D8A; }
p { color: rgb(178,157,138); }
H1.HeaderClassName
{
color: #B29D8A;
}
.AnyTagClassName
{
color: #B29D8A;
}
</style>
background-color css
<style>
a { background-color: #B29D8A; }
a { background-color: rgb(178,157,138); }
div.DivClassName
{
background-color: #B29D8A;
}
.BgClassName
{
background-color: #B29D8A;
}
</style>
border-color css
<style>
span { border-color: #B29D8A; }
span { border-color: rgb(178,157,138); }
td.TdClassName
{
border-color: #B29D8A;
}
.TagClassName
{
border-color: #B29D8A;
}
</style>