Shades of Sandrift #B29777
Tints of Sandrift #B29777
RGB
CMYK
RGB Variations
Color information
#B29777 (or 0xB29777) is known color: Sandrift. HEX triplet: B2, 97 and 77. RGB value is (178,151,119). Sum of RGB (Red+Green+Blue) = 178+151+119=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B29777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29777 is #4D6888. Grayscale: #9B9B9B. Windows color (decimal): -5073033 or 7837618. OLE color: 7837618.
HSL color Cylindrical-coordinate representation of color #B29777: hue angle of 32.54º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B29777 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 151 | 119 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.30 |
| HSL | 32.54º | 0.28% | 0.58% | - |
| HSV(B) | 32.54º | 0.33% | 0.7% | - |
| XYZ | 32.76 | 32.93 | 22.08 | - |
| YUV | 155.43 | 107.45 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 151 | 119 | 0 | 0.15 | 0.33 | 0.30 | 32.54 | 0.28 | 0.58 |
| Hex | B2 | 97 | 77 | 0 | F | 21 | 1E | 21 | 1C | 3A |
| Octal | 262 | 227 | 167 | 0 | 17 | 41 | 36 | 41 | 34 | 72 |
| Binary | 10110010 | 10010111 | 1110111 | 0 | 1111 | 100001 | 11110 | 100001 | 11100 | 111010 |
Color Harmonies of #B29777
Complementary color
Monochromatic Colors of #B29777
Black with #B29777
Text Example
Text Example
White with #B29777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29777; }
p { color: rgb(178,151,119); }
H1.HeaderClassName
{
color: #B29777;
}
.AnyTagClassName
{
color: #B29777;
}
</style>
background-color css
<style>
a { background-color: #B29777; }
a { background-color: rgb(178,151,119); }
div.DivClassName
{
background-color: #B29777;
}
.BgClassName
{
background-color: #B29777;
}
</style>
border-color css
<style>
span { border-color: #B29777; }
span { border-color: rgb(178,151,119); }
td.TdClassName
{
border-color: #B29777;
}
.TagClassName
{
border-color: #B29777;
}
</style>