Shades of Sandrift #B89172
Tints of Sandrift #B89172
RGB
CMYK
RGB Variations
Color information
#B89172 (or 0xB89172) is known color: Sandrift. HEX triplet: B8, 91 and 72. RGB value is (184,145,114). Sum of RGB (Red+Green+Blue) = 184+145+114=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B89172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89172 is #476E8D. Grayscale: #999999. Windows color (decimal): -4681358 or 7508408. OLE color: 7508408.
HSL color Cylindrical-coordinate representation of color #B89172: hue angle of 26.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B89172 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 114 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.28 |
| HSL | 26.57º | 0.33% | 0.58% | - |
| HSV(B) | 26.57º | 0.38% | 0.72% | - |
| XYZ | 32.93 | 31.66 | 20.29 | - |
| YUV | 153.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 114 | 0 | 0.21 | 0.38 | 0.28 | 26.57 | 0.33 | 0.58 |
| Hex | B8 | 91 | 72 | 0 | 15 | 26 | 1C | 1B | 21 | 3A |
| Octal | 270 | 221 | 162 | 0 | 25 | 46 | 34 | 33 | 41 | 72 |
| Binary | 10111000 | 10010001 | 1110010 | 0 | 10101 | 100110 | 11100 | 11011 | 100001 | 111010 |
Color Harmonies of #B89172
Complementary color
Monochromatic Colors of #B89172
Black with #B89172
Text Example
Text Example
White with #B89172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89172; }
p { color: rgb(184,145,114); }
H1.HeaderClassName
{
color: #B89172;
}
.AnyTagClassName
{
color: #B89172;
}
</style>
background-color css
<style>
a { background-color: #B89172; }
a { background-color: rgb(184,145,114); }
div.DivClassName
{
background-color: #B89172;
}
.BgClassName
{
background-color: #B89172;
}
</style>
border-color css
<style>
span { border-color: #B89172; }
span { border-color: rgb(184,145,114); }
td.TdClassName
{
border-color: #B89172;
}
.TagClassName
{
border-color: #B89172;
}
</style>