Shades of Quicksand #BF988B
Tints of Quicksand #BF988B
RGB
CMYK
RGB Variations
Color information
#BF988B (or 0xBF988B) is known color: Quicksand. HEX triplet: BF, 98 and 8B. RGB value is (191,152,139). Sum of RGB (Red+Green+Blue) = 191+152+139=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF988B is #406774. Grayscale: #A2A2A2. Windows color (decimal): -4220789 or 9148607. OLE color: 9148607.
HSL color Cylindrical-coordinate representation of color #BF988B: hue angle of 15º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF988B is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 152 | 139 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.25 |
| HSL | 15º | 0.29% | 0.65% | - |
| HSV(B) | 15º | 0.27% | 0.75% | - |
| XYZ | 37.37 | 35.4 | 29.29 | - |
| YUV | 162.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 139 | 0 | 0.20 | 0.27 | 0.25 | 15 | 0.29 | 0.65 |
| Hex | BF | 98 | 8B | 0 | 14 | 1B | 19 | F | 1D | 41 |
| Octal | 277 | 230 | 213 | 0 | 24 | 33 | 31 | 17 | 35 | 101 |
| Binary | 10111111 | 10011000 | 10001011 | 0 | 10100 | 11011 | 11001 | 1111 | 11101 | 1000001 |
Color Harmonies of #BF988B
Complementary color
Monochromatic Colors of #BF988B
Black with #BF988B
Text Example
Text Example
White with #BF988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF988B; }
p { color: rgb(191,152,139); }
H1.HeaderClassName
{
color: #BF988B;
}
.AnyTagClassName
{
color: #BF988B;
}
</style>
background-color css
<style>
a { background-color: #BF988B; }
a { background-color: rgb(191,152,139); }
div.DivClassName
{
background-color: #BF988B;
}
.BgClassName
{
background-color: #BF988B;
}
</style>
border-color css
<style>
span { border-color: #BF988B; }
span { border-color: rgb(191,152,139); }
td.TdClassName
{
border-color: #BF988B;
}
.TagClassName
{
border-color: #BF988B;
}
</style>