Shades of Sandrift #B29A82
Tints of Sandrift #B29A82
RGB
CMYK
RGB Variations
Color information
#B29A82 (or 0xB29A82) is known color: Sandrift. HEX triplet: B2, 9A and 82. RGB value is (178,154,130). Sum of RGB (Red+Green+Blue) = 178+154+130=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29A82 is #4D657D. Grayscale: #9E9E9E. Windows color (decimal): -5072254 or 8559282. OLE color: 8559282.
HSL color Cylindrical-coordinate representation of color #B29A82: hue angle of 30º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B29A82 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 154 | 130 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.30 |
| HSL | 30º | 0.24% | 0.6% | - |
| HSV(B) | 30º | 0.27% | 0.7% | - |
| XYZ | 33.94 | 34.19 | 25.93 | - |
| YUV | 158.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 130 | 0 | 0.13 | 0.27 | 0.30 | 30 | 0.24 | 0.6 |
| Hex | B2 | 9A | 82 | 0 | D | 1B | 1E | 1E | 18 | 3C |
| Octal | 262 | 232 | 202 | 0 | 15 | 33 | 36 | 36 | 30 | 74 |
| Binary | 10110010 | 10011010 | 10000010 | 0 | 1101 | 11011 | 11110 | 11110 | 11000 | 111100 |
Color Harmonies of #B29A82
Complementary color
Monochromatic Colors of #B29A82
Black with #B29A82
Text Example
Text Example
White with #B29A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29A82; }
p { color: rgb(178,154,130); }
H1.HeaderClassName
{
color: #B29A82;
}
.AnyTagClassName
{
color: #B29A82;
}
</style>
background-color css
<style>
a { background-color: #B29A82; }
a { background-color: rgb(178,154,130); }
div.DivClassName
{
background-color: #B29A82;
}
.BgClassName
{
background-color: #B29A82;
}
</style>
border-color css
<style>
span { border-color: #B29A82; }
span { border-color: rgb(178,154,130); }
td.TdClassName
{
border-color: #B29A82;
}
.TagClassName
{
border-color: #B29A82;
}
</style>