Shades of Sandrift #B88C70
Tints of Sandrift #B88C70
RGB
CMYK
RGB Variations
Color information
#B88C70 (or 0xB88C70) is known color: Sandrift. HEX triplet: B8, 8C and 70. RGB value is (184,140,112). Sum of RGB (Red+Green+Blue) = 184+140+112=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88C70 is #47738F. Grayscale: #969696. Windows color (decimal): -4682640 or 7376056. OLE color: 7376056.
HSL color Cylindrical-coordinate representation of color #B88C70: hue angle of 23.33º 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 #B88C70 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 140 | 112 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.28 |
| HSL | 23.33º | 0.34% | 0.58% | - |
| HSV(B) | 23.33º | 0.39% | 0.72% | - |
| XYZ | 32.07 | 30.12 | 19.45 | - |
| YUV | 149.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 112 | 0 | 0.24 | 0.39 | 0.28 | 23.33 | 0.34 | 0.58 |
| Hex | B8 | 8C | 70 | 0 | 18 | 27 | 1C | 17 | 22 | 3A |
| Octal | 270 | 214 | 160 | 0 | 30 | 47 | 34 | 27 | 42 | 72 |
| Binary | 10111000 | 10001100 | 1110000 | 0 | 11000 | 100111 | 11100 | 10111 | 100010 | 111010 |
Color Harmonies of #B88C70
Complementary color
Monochromatic Colors of #B88C70
Black with #B88C70
Text Example
Text Example
White with #B88C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88C70; }
p { color: rgb(184,140,112); }
H1.HeaderClassName
{
color: #B88C70;
}
.AnyTagClassName
{
color: #B88C70;
}
</style>
background-color css
<style>
a { background-color: #B88C70; }
a { background-color: rgb(184,140,112); }
div.DivClassName
{
background-color: #B88C70;
}
.BgClassName
{
background-color: #B88C70;
}
</style>
border-color css
<style>
span { border-color: #B88C70; }
span { border-color: rgb(184,140,112); }
td.TdClassName
{
border-color: #B88C70;
}
.TagClassName
{
border-color: #B88C70;
}
</style>