Shades of Sandrift #B88B72
Tints of Sandrift #B88B72
RGB
CMYK
RGB Variations
Color information
#B88B72 (or 0xB88B72) is known color: Sandrift. HEX triplet: B8, 8B and 72. RGB value is (184,139,114). Sum of RGB (Red+Green+Blue) = 184+139+114=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88B72 is #47748D. Grayscale: #959595. Windows color (decimal): -4682894 or 7506872. OLE color: 7506872.
HSL color Cylindrical-coordinate representation of color #B88B72: hue angle of 21.43º 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 #B88B72 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 114 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.28 |
| HSL | 21.43º | 0.33% | 0.58% | - |
| HSV(B) | 21.43º | 0.38% | 0.72% | - |
| XYZ | 32.04 | 29.87 | 20 | - |
| YUV | 149.61 | 107.91 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 114 | 0 | 0.24 | 0.38 | 0.28 | 21.43 | 0.33 | 0.58 |
| Hex | B8 | 8B | 72 | 0 | 18 | 26 | 1C | 15 | 21 | 3A |
| Octal | 270 | 213 | 162 | 0 | 30 | 46 | 34 | 25 | 41 | 72 |
| Binary | 10111000 | 10001011 | 1110010 | 0 | 11000 | 100110 | 11100 | 10101 | 100001 | 111010 |
Color Harmonies of #B88B72
Complementary color
Monochromatic Colors of #B88B72
Black with #B88B72
Text Example
Text Example
White with #B88B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88B72; }
p { color: rgb(184,139,114); }
H1.HeaderClassName
{
color: #B88B72;
}
.AnyTagClassName
{
color: #B88B72;
}
</style>
background-color css
<style>
a { background-color: #B88B72; }
a { background-color: rgb(184,139,114); }
div.DivClassName
{
background-color: #B88B72;
}
.BgClassName
{
background-color: #B88B72;
}
</style>
border-color css
<style>
span { border-color: #B88B72; }
span { border-color: rgb(184,139,114); }
td.TdClassName
{
border-color: #B88B72;
}
.TagClassName
{
border-color: #B88B72;
}
</style>