Shades of Quicksand #BF9182
Tints of Quicksand #BF9182
RGB
CMYK
RGB Variations
Color information
#BF9182 (or 0xBF9182) is known color: Quicksand. HEX triplet: BF, 91 and 82. RGB value is (191,145,130). Sum of RGB (Red+Green+Blue) = 191+145+130=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9182 is #406E7D. Grayscale: #9D9D9D. Windows color (decimal): -4222590 or 8556991. OLE color: 8556991.
HSL color Cylindrical-coordinate representation of color #BF9182: hue angle of 14.75º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF9182 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 130 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.25 |
| HSL | 14.75º | 0.32% | 0.63% | - |
| HSV(B) | 14.75º | 0.32% | 0.75% | - |
| XYZ | 35.64 | 32.94 | 25.6 | - |
| YUV | 157.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 130 | 0 | 0.24 | 0.32 | 0.25 | 14.75 | 0.32 | 0.63 |
| Hex | BF | 91 | 82 | 0 | 18 | 20 | 19 | F | 20 | 3F |
| Octal | 277 | 221 | 202 | 0 | 30 | 40 | 31 | 17 | 40 | 77 |
| Binary | 10111111 | 10010001 | 10000010 | 0 | 11000 | 100000 | 11001 | 1111 | 100000 | 111111 |
Color Harmonies of #BF9182
Complementary color
Monochromatic Colors of #BF9182
Black with #BF9182
Text Example
Text Example
White with #BF9182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9182; }
p { color: rgb(191,145,130); }
H1.HeaderClassName
{
color: #BF9182;
}
.AnyTagClassName
{
color: #BF9182;
}
</style>
background-color css
<style>
a { background-color: #BF9182; }
a { background-color: rgb(191,145,130); }
div.DivClassName
{
background-color: #BF9182;
}
.BgClassName
{
background-color: #BF9182;
}
</style>
border-color css
<style>
span { border-color: #BF9182; }
span { border-color: rgb(191,145,130); }
td.TdClassName
{
border-color: #BF9182;
}
.TagClassName
{
border-color: #BF9182;
}
</style>