Shades of Sandrift #B88B6C
Tints of Sandrift #B88B6C
RGB
CMYK
RGB Variations
Color information
#B88B6C (or 0xB88B6C) is known color: Sandrift. HEX triplet: B8, 8B and 6C. RGB value is (184,139,108). Sum of RGB (Red+Green+Blue) = 184+139+108=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88B6C is #477493. Grayscale: #959595. Windows color (decimal): -4682900 or 7113656. OLE color: 7113656.
HSL color Cylindrical-coordinate representation of color #B88B6C: hue angle of 24.47º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B88B6C is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 108 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.28 |
| HSL | 24.47º | 0.35% | 0.57% | - |
| HSV(B) | 24.47º | 0.41% | 0.72% | - |
| XYZ | 31.71 | 29.74 | 18.26 | - |
| YUV | 148.92 | 104.91 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 108 | 0 | 0.24 | 0.41 | 0.28 | 24.47 | 0.35 | 0.57 |
| Hex | B8 | 8B | 6C | 0 | 18 | 29 | 1C | 18 | 23 | 39 |
| Octal | 270 | 213 | 154 | 0 | 30 | 51 | 34 | 30 | 43 | 71 |
| Binary | 10111000 | 10001011 | 1101100 | 0 | 11000 | 101001 | 11100 | 11000 | 100011 | 111001 |
Color Harmonies of #B88B6C
Complementary color
Monochromatic Colors of #B88B6C
Black with #B88B6C
Text Example
Text Example
White with #B88B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88B6C; }
p { color: rgb(184,139,108); }
H1.HeaderClassName
{
color: #B88B6C;
}
.AnyTagClassName
{
color: #B88B6C;
}
</style>
background-color css
<style>
a { background-color: #B88B6C; }
a { background-color: rgb(184,139,108); }
div.DivClassName
{
background-color: #B88B6C;
}
.BgClassName
{
background-color: #B88B6C;
}
</style>
border-color css
<style>
span { border-color: #B88B6C; }
span { border-color: rgb(184,139,108); }
td.TdClassName
{
border-color: #B88B6C;
}
.TagClassName
{
border-color: #B88B6C;
}
</style>