Shades of Sandrift #B88B70
Tints of Sandrift #B88B70
RGB
CMYK
RGB Variations
Color information
#B88B70 (or 0xB88B70) is known color: Sandrift. HEX triplet: B8, 8B and 70. RGB value is (184,139,112). Sum of RGB (Red+Green+Blue) = 184+139+112=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88B70 is #47748F. Grayscale: #959595. Windows color (decimal): -4682896 or 7375800. OLE color: 7375800.
HSL color Cylindrical-coordinate representation of color #B88B70: hue angle of 22.5º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B88B70 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 112 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.28 |
| HSL | 22.5º | 0.34% | 0.58% | - |
| HSV(B) | 22.5º | 0.39% | 0.72% | - |
| XYZ | 31.92 | 29.83 | 19.4 | - |
| YUV | 149.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 112 | 0 | 0.24 | 0.39 | 0.28 | 22.5 | 0.34 | 0.58 |
| Hex | B8 | 8B | 70 | 0 | 18 | 27 | 1C | 16 | 22 | 3A |
| Octal | 270 | 213 | 160 | 0 | 30 | 47 | 34 | 26 | 42 | 72 |
| Binary | 10111000 | 10001011 | 1110000 | 0 | 11000 | 100111 | 11100 | 10110 | 100010 | 111010 |
Color Harmonies of #B88B70
Complementary color
Monochromatic Colors of #B88B70
Black with #B88B70
Text Example
Text Example
White with #B88B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88B70; }
p { color: rgb(184,139,112); }
H1.HeaderClassName
{
color: #B88B70;
}
.AnyTagClassName
{
color: #B88B70;
}
</style>
background-color css
<style>
a { background-color: #B88B70; }
a { background-color: rgb(184,139,112); }
div.DivClassName
{
background-color: #B88B70;
}
.BgClassName
{
background-color: #B88B70;
}
</style>
border-color css
<style>
span { border-color: #B88B70; }
span { border-color: rgb(184,139,112); }
td.TdClassName
{
border-color: #B88B70;
}
.TagClassName
{
border-color: #B88B70;
}
</style>