Shades of Quicksand #BF9183
Tints of Quicksand #BF9183
RGB
CMYK
RGB Variations
Color information
#BF9183 (or 0xBF9183) is known color: Quicksand. HEX triplet: BF, 91 and 83. RGB value is (191,145,131). Sum of RGB (Red+Green+Blue) = 191+145+131=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9183 is #406E7C. Grayscale: #9D9D9D. Windows color (decimal): -4222589 or 8622527. OLE color: 8622527.
HSL color Cylindrical-coordinate representation of color #BF9183: hue angle of 14º 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 #BF9183 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 131 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.25 |
| HSL | 14º | 0.32% | 0.63% | - |
| HSV(B) | 14º | 0.31% | 0.75% | - |
| XYZ | 35.71 | 32.97 | 25.95 | - |
| YUV | 157.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 131 | 0 | 0.24 | 0.31 | 0.25 | 14 | 0.32 | 0.63 |
| Hex | BF | 91 | 83 | 0 | 18 | 1F | 19 | E | 20 | 3F |
| Octal | 277 | 221 | 203 | 0 | 30 | 37 | 31 | 16 | 40 | 77 |
| Binary | 10111111 | 10010001 | 10000011 | 0 | 11000 | 11111 | 11001 | 1110 | 100000 | 111111 |
Color Harmonies of #BF9183
Complementary color
Monochromatic Colors of #BF9183
Black with #BF9183
Text Example
Text Example
White with #BF9183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9183; }
p { color: rgb(191,145,131); }
H1.HeaderClassName
{
color: #BF9183;
}
.AnyTagClassName
{
color: #BF9183;
}
</style>
background-color css
<style>
a { background-color: #BF9183; }
a { background-color: rgb(191,145,131); }
div.DivClassName
{
background-color: #BF9183;
}
.BgClassName
{
background-color: #BF9183;
}
</style>
border-color css
<style>
span { border-color: #BF9183; }
span { border-color: rgb(191,145,131); }
td.TdClassName
{
border-color: #BF9183;
}
.TagClassName
{
border-color: #BF9183;
}
</style>