Shades of Sandrift #B29673
Tints of Sandrift #B29673
RGB
CMYK
RGB Variations
Color information
#B29673 (or 0xB29673) is known color: Sandrift. HEX triplet: B2, 96 and 73. RGB value is (178,150,115). Sum of RGB (Red+Green+Blue) = 178+150+115=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B29673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29673 is #4D698C. Grayscale: #9A9A9A. Windows color (decimal): -5073293 or 7575218. OLE color: 7575218.
HSL color Cylindrical-coordinate representation of color #B29673: hue angle of 33.33º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B29673 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 150 | 115 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.30 |
| HSL | 33.33º | 0.29% | 0.57% | - |
| HSV(B) | 33.33º | 0.35% | 0.7% | - |
| XYZ | 32.36 | 32.52 | 20.79 | - |
| YUV | 154.38 | 105.78 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 150 | 115 | 0 | 0.16 | 0.35 | 0.30 | 33.33 | 0.29 | 0.57 |
| Hex | B2 | 96 | 73 | 0 | 10 | 23 | 1E | 21 | 1D | 39 |
| Octal | 262 | 226 | 163 | 0 | 20 | 43 | 36 | 41 | 35 | 71 |
| Binary | 10110010 | 10010110 | 1110011 | 0 | 10000 | 100011 | 11110 | 100001 | 11101 | 111001 |
Color Harmonies of #B29673
Complementary color
Monochromatic Colors of #B29673
Black with #B29673
Text Example
Text Example
White with #B29673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29673; }
p { color: rgb(178,150,115); }
H1.HeaderClassName
{
color: #B29673;
}
.AnyTagClassName
{
color: #B29673;
}
</style>
background-color css
<style>
a { background-color: #B29673; }
a { background-color: rgb(178,150,115); }
div.DivClassName
{
background-color: #B29673;
}
.BgClassName
{
background-color: #B29673;
}
</style>
border-color css
<style>
span { border-color: #B29673; }
span { border-color: rgb(178,150,115); }
td.TdClassName
{
border-color: #B29673;
}
.TagClassName
{
border-color: #B29673;
}
</style>