Shades of Quicksand #BF9180
Tints of Quicksand #BF9180
RGB
CMYK
RGB Variations
Color information
#BF9180 (or 0xBF9180) is known color: Quicksand. HEX triplet: BF, 91 and 80. RGB value is (191,145,128). Sum of RGB (Red+Green+Blue) = 191+145+128=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9180 is #406E7F. Grayscale: #9C9C9C. Windows color (decimal): -4222592 or 8425919. OLE color: 8425919.
HSL color Cylindrical-coordinate representation of color #BF9180: hue angle of 16.19º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF9180 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 128 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.25 |
| HSL | 16.19º | 0.33% | 0.63% | - |
| HSV(B) | 16.19º | 0.33% | 0.75% | - |
| XYZ | 35.51 | 32.89 | 24.9 | - |
| YUV | 156.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 128 | 0 | 0.24 | 0.33 | 0.25 | 16.19 | 0.33 | 0.63 |
| Hex | BF | 91 | 80 | 0 | 18 | 21 | 19 | 10 | 21 | 3F |
| Octal | 277 | 221 | 200 | 0 | 30 | 41 | 31 | 20 | 41 | 77 |
| Binary | 10111111 | 10010001 | 10000000 | 0 | 11000 | 100001 | 11001 | 10000 | 100001 | 111111 |
Color Harmonies of #BF9180
Complementary color
Monochromatic Colors of #BF9180
Black with #BF9180
Text Example
Text Example
White with #BF9180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9180; }
p { color: rgb(191,145,128); }
H1.HeaderClassName
{
color: #BF9180;
}
.AnyTagClassName
{
color: #BF9180;
}
</style>
background-color css
<style>
a { background-color: #BF9180; }
a { background-color: rgb(191,145,128); }
div.DivClassName
{
background-color: #BF9180;
}
.BgClassName
{
background-color: #BF9180;
}
</style>
border-color css
<style>
span { border-color: #BF9180; }
span { border-color: rgb(191,145,128); }
td.TdClassName
{
border-color: #BF9180;
}
.TagClassName
{
border-color: #BF9180;
}
</style>