Shades of Sandrift #B29170
Tints of Sandrift #B29170
RGB
CMYK
RGB Variations
Color information
#B29170 (or 0xB29170) is known color: Sandrift. HEX triplet: B2, 91 and 70. RGB value is (178,145,112). Sum of RGB (Red+Green+Blue) = 178+145+112=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B29170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29170 is #4D6E8F. Grayscale: #979797. Windows color (decimal): -5074576 or 7377330. OLE color: 7377330.
HSL color Cylindrical-coordinate representation of color #B29170: hue angle of 30º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B29170 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 112 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.30 |
| HSL | 30º | 0.3% | 0.57% | - |
| HSV(B) | 30º | 0.37% | 0.7% | - |
| XYZ | 31.41 | 30.89 | 19.64 | - |
| YUV | 151.11 | 105.93 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 112 | 0 | 0.19 | 0.37 | 0.30 | 30 | 0.3 | 0.57 |
| Hex | B2 | 91 | 70 | 0 | 13 | 25 | 1E | 1E | 1E | 39 |
| Octal | 262 | 221 | 160 | 0 | 23 | 45 | 36 | 36 | 36 | 71 |
| Binary | 10110010 | 10010001 | 1110000 | 0 | 10011 | 100101 | 11110 | 11110 | 11110 | 111001 |
Color Harmonies of #B29170
Complementary color
Monochromatic Colors of #B29170
Black with #B29170
Text Example
Text Example
White with #B29170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29170; }
p { color: rgb(178,145,112); }
H1.HeaderClassName
{
color: #B29170;
}
.AnyTagClassName
{
color: #B29170;
}
</style>
background-color css
<style>
a { background-color: #B29170; }
a { background-color: rgb(178,145,112); }
div.DivClassName
{
background-color: #B29170;
}
.BgClassName
{
background-color: #B29170;
}
</style>
border-color css
<style>
span { border-color: #B29170; }
span { border-color: rgb(178,145,112); }
td.TdClassName
{
border-color: #B29170;
}
.TagClassName
{
border-color: #B29170;
}
</style>