Shades of Sandrift #B88A6F
Tints of Sandrift #B88A6F
RGB
CMYK
RGB Variations
Color information
#B88A6F (or 0xB88A6F) is known color: Sandrift. HEX triplet: B8, 8A and 6F. RGB value is (184,138,111). Sum of RGB (Red+Green+Blue) = 184+138+111=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88A6F is #477590. Grayscale: #949494. Windows color (decimal): -4683153 or 7310008. OLE color: 7310008.
HSL color Cylindrical-coordinate representation of color #B88A6F: hue angle of 22.19º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B88A6F is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 111 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.28 |
| HSL | 22.19º | 0.34% | 0.58% | - |
| HSV(B) | 22.19º | 0.4% | 0.72% | - |
| XYZ | 31.72 | 29.52 | 19.06 | - |
| YUV | 148.68 | 106.74 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 111 | 0 | 0.25 | 0.40 | 0.28 | 22.19 | 0.34 | 0.58 |
| Hex | B8 | 8A | 6F | 0 | 19 | 28 | 1C | 16 | 22 | 3A |
| Octal | 270 | 212 | 157 | 0 | 31 | 50 | 34 | 26 | 42 | 72 |
| Binary | 10111000 | 10001010 | 1101111 | 0 | 11001 | 101000 | 11100 | 10110 | 100010 | 111010 |
Color Harmonies of #B88A6F
Complementary color
Monochromatic Colors of #B88A6F
Black with #B88A6F
Text Example
Text Example
White with #B88A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88A6F; }
p { color: rgb(184,138,111); }
H1.HeaderClassName
{
color: #B88A6F;
}
.AnyTagClassName
{
color: #B88A6F;
}
</style>
background-color css
<style>
a { background-color: #B88A6F; }
a { background-color: rgb(184,138,111); }
div.DivClassName
{
background-color: #B88A6F;
}
.BgClassName
{
background-color: #B88A6F;
}
</style>
border-color css
<style>
span { border-color: #B88A6F; }
span { border-color: rgb(184,138,111); }
td.TdClassName
{
border-color: #B88A6F;
}
.TagClassName
{
border-color: #B88A6F;
}
</style>