Shades of Quicksand #BF9D98
Tints of Quicksand #BF9D98
RGB
CMYK
RGB Variations
Color information
#BF9D98 (or 0xBF9D98) is known color: Quicksand. HEX triplet: BF, 9D and 98. RGB value is (191,157,152). Sum of RGB (Red+Green+Blue) = 191+157+152=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9D98 is #406267. Grayscale: #A6A6A6. Windows color (decimal): -4219496 or 10001855. OLE color: 10001855.
HSL color Cylindrical-coordinate representation of color #BF9D98: hue angle of 7.69º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF9D98 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 157 | 152 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.25 |
| HSL | 7.69º | 0.23% | 0.67% | - |
| HSV(B) | 7.69º | 0.2% | 0.75% | - |
| XYZ | 39.21 | 37.46 | 34.87 | - |
| YUV | 166.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 157 | 152 | 0 | 0.18 | 0.20 | 0.25 | 7.69 | 0.23 | 0.67 |
| Hex | BF | 9D | 98 | 0 | 12 | 14 | 19 | 8 | 17 | 43 |
| Octal | 277 | 235 | 230 | 0 | 22 | 24 | 31 | 10 | 27 | 103 |
| Binary | 10111111 | 10011101 | 10011000 | 0 | 10010 | 10100 | 11001 | 1000 | 10111 | 1000011 |
Color Harmonies of #BF9D98
Complementary color
Monochromatic Colors of #BF9D98
Black with #BF9D98
Text Example
Text Example
White with #BF9D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9D98; }
p { color: rgb(191,157,152); }
H1.HeaderClassName
{
color: #BF9D98;
}
.AnyTagClassName
{
color: #BF9D98;
}
</style>
background-color css
<style>
a { background-color: #BF9D98; }
a { background-color: rgb(191,157,152); }
div.DivClassName
{
background-color: #BF9D98;
}
.BgClassName
{
background-color: #BF9D98;
}
</style>
border-color css
<style>
span { border-color: #BF9D98; }
span { border-color: rgb(191,157,152); }
td.TdClassName
{
border-color: #BF9D98;
}
.TagClassName
{
border-color: #BF9D98;
}
</style>