Shades of Quicksand #BF9384
Tints of Quicksand #BF9384
RGB
CMYK
RGB Variations
Color information
#BF9384 (or 0xBF9384) is known color: Quicksand. HEX triplet: BF, 93 and 84. RGB value is (191,147,132). Sum of RGB (Red+Green+Blue) = 191+147+132=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9384 is #406C7B. Grayscale: #9E9E9E. Windows color (decimal): -4222076 or 8688575. OLE color: 8688575.
HSL color Cylindrical-coordinate representation of color #BF9384: hue angle of 15.25º 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 #BF9384 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 132 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.25 |
| HSL | 15.25º | 0.32% | 0.63% | - |
| HSV(B) | 15.25º | 0.31% | 0.75% | - |
| XYZ | 36.08 | 33.61 | 26.42 | - |
| YUV | 158.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 132 | 0 | 0.23 | 0.31 | 0.25 | 15.25 | 0.32 | 0.63 |
| Hex | BF | 93 | 84 | 0 | 17 | 1F | 19 | F | 20 | 3F |
| Octal | 277 | 223 | 204 | 0 | 27 | 37 | 31 | 17 | 40 | 77 |
| Binary | 10111111 | 10010011 | 10000100 | 0 | 10111 | 11111 | 11001 | 1111 | 100000 | 111111 |
Color Harmonies of #BF9384
Complementary color
Monochromatic Colors of #BF9384
Black with #BF9384
Text Example
Text Example
White with #BF9384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9384; }
p { color: rgb(191,147,132); }
H1.HeaderClassName
{
color: #BF9384;
}
.AnyTagClassName
{
color: #BF9384;
}
</style>
background-color css
<style>
a { background-color: #BF9384; }
a { background-color: rgb(191,147,132); }
div.DivClassName
{
background-color: #BF9384;
}
.BgClassName
{
background-color: #BF9384;
}
</style>
border-color css
<style>
span { border-color: #BF9384; }
span { border-color: rgb(191,147,132); }
td.TdClassName
{
border-color: #BF9384;
}
.TagClassName
{
border-color: #BF9384;
}
</style>