Shades of Quicksand #BF9184
Tints of Quicksand #BF9184
RGB
CMYK
RGB Variations
Color information
#BF9184 (or 0xBF9184) is known color: Quicksand. HEX triplet: BF, 91 and 84. RGB value is (191,145,132). Sum of RGB (Red+Green+Blue) = 191+145+132=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9184 is #406E7B. Grayscale: #9D9D9D. Windows color (decimal): -4222588 or 8688063. OLE color: 8688063.
HSL color Cylindrical-coordinate representation of color #BF9184: hue angle of 13.22º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF9184 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 132 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.25 |
| HSL | 13.22º | 0.32% | 0.63% | - |
| HSV(B) | 13.22º | 0.31% | 0.75% | - |
| XYZ | 35.78 | 32.99 | 26.31 | - |
| YUV | 157.27 | 113.74 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 132 | 0 | 0.24 | 0.31 | 0.25 | 13.22 | 0.32 | 0.63 |
| Hex | BF | 91 | 84 | 0 | 18 | 1F | 19 | D | 20 | 3F |
| Octal | 277 | 221 | 204 | 0 | 30 | 37 | 31 | 15 | 40 | 77 |
| Binary | 10111111 | 10010001 | 10000100 | 0 | 11000 | 11111 | 11001 | 1101 | 100000 | 111111 |
Color Harmonies of #BF9184
Complementary color
Monochromatic Colors of #BF9184
Black with #BF9184
Text Example
Text Example
White with #BF9184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9184; }
p { color: rgb(191,145,132); }
H1.HeaderClassName
{
color: #BF9184;
}
.AnyTagClassName
{
color: #BF9184;
}
</style>
background-color css
<style>
a { background-color: #BF9184; }
a { background-color: rgb(191,145,132); }
div.DivClassName
{
background-color: #BF9184;
}
.BgClassName
{
background-color: #BF9184;
}
</style>
border-color css
<style>
span { border-color: #BF9184; }
span { border-color: rgb(191,145,132); }
td.TdClassName
{
border-color: #BF9184;
}
.TagClassName
{
border-color: #BF9184;
}
</style>