Shades of Quicksand #BF9C8D
Tints of Quicksand #BF9C8D
RGB
CMYK
RGB Variations
Color information
#BF9C8D (or 0xBF9C8D) is known color: Quicksand. HEX triplet: BF, 9C and 8D. RGB value is (191,156,141). Sum of RGB (Red+Green+Blue) = 191+156+141=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9C8D is #406372. Grayscale: #A4A4A4. Windows color (decimal): -4219763 or 9280703. OLE color: 9280703.
HSL color Cylindrical-coordinate representation of color #BF9C8D: hue angle of 18º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF9C8D is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 156 | 141 | - |
CMYK | 0 | 0.18 | 0.26 | 0.25 |
HSL | 18º | 0.28% | 0.65% | - |
HSV(B) | 18º | 0.26% | 0.75% | - |
XYZ | 38.18 | 36.78 | 30.29 | - |
YUV | 164.76 | 114.6 | 146.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 156 | 141 | 0 | 0.18 | 0.26 | 0.25 | 18 | 0.28 | 0.65 |
Hex | BF | 9C | 8D | 0 | 12 | 1A | 19 | 12 | 1C | 41 |
Octal | 277 | 234 | 215 | 0 | 22 | 32 | 31 | 22 | 34 | 101 |
Binary | 10111111 | 10011100 | 10001101 | 0 | 10010 | 11010 | 11001 | 10010 | 11100 | 1000001 |
Color Harmonies of #BF9C8D
Complementary color
Monochromatic Colors of #BF9C8D
Black with #BF9C8D
Text Example
Text Example
White with #BF9C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9C8D; }
p { color: rgb(191,156,141); }
H1.HeaderClassName
{
color: #BF9C8D;
}
.AnyTagClassName
{
color: #BF9C8D;
}
</style>
background-color css
<style>
a { background-color: #BF9C8D; }
a { background-color: rgb(191,156,141); }
div.DivClassName
{
background-color: #BF9C8D;
}
.BgClassName
{
background-color: #BF9C8D;
}
</style>
border-color css
<style>
span { border-color: #BF9C8D; }
span { border-color: rgb(191,156,141); }
td.TdClassName
{
border-color: #BF9C8D;
}
.TagClassName
{
border-color: #BF9C8D;
}
</style>