Shades of Quicksand #BF9A94
Tints of Quicksand #BF9A94
RGB
CMYK
RGB Variations
Color information
#BF9A94 (or 0xBF9A94) is known color: Quicksand. HEX triplet: BF, 9A and 94. RGB value is (191,154,148). Sum of RGB (Red+Green+Blue) = 191+154+148=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9A94 is #40656B. Grayscale: #A4A4A4. Windows color (decimal): -4220268 or 9738943. OLE color: 9738943.
HSL color Cylindrical-coordinate representation of color #BF9A94: hue angle of 8.37º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF9A94 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 154 | 148 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.25 |
| HSL | 8.37º | 0.25% | 0.66% | - |
| HSV(B) | 8.37º | 0.23% | 0.75% | - |
| XYZ | 38.39 | 36.33 | 33.01 | - |
| YUV | 164.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 154 | 148 | 0 | 0.19 | 0.23 | 0.25 | 8.37 | 0.25 | 0.66 |
| Hex | BF | 9A | 94 | 0 | 13 | 17 | 19 | 8 | 19 | 42 |
| Octal | 277 | 232 | 224 | 0 | 23 | 27 | 31 | 10 | 31 | 102 |
| Binary | 10111111 | 10011010 | 10010100 | 0 | 10011 | 10111 | 11001 | 1000 | 11001 | 1000010 |
Color Harmonies of #BF9A94
Complementary color
Monochromatic Colors of #BF9A94
Black with #BF9A94
Text Example
Text Example
White with #BF9A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9A94; }
p { color: rgb(191,154,148); }
H1.HeaderClassName
{
color: #BF9A94;
}
.AnyTagClassName
{
color: #BF9A94;
}
</style>
background-color css
<style>
a { background-color: #BF9A94; }
a { background-color: rgb(191,154,148); }
div.DivClassName
{
background-color: #BF9A94;
}
.BgClassName
{
background-color: #BF9A94;
}
</style>
border-color css
<style>
span { border-color: #BF9A94; }
span { border-color: rgb(191,154,148); }
td.TdClassName
{
border-color: #BF9A94;
}
.TagClassName
{
border-color: #BF9A94;
}
</style>