Shades of Quicksand #BF9F90
Tints of Quicksand #BF9F90
RGB
CMYK
RGB Variations
Color information
#BF9F90 (or 0xBF9F90) is known color: Quicksand. HEX triplet: BF, 9F and 90. RGB value is (191,159,144). Sum of RGB (Red+Green+Blue) = 191+159+144=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9F90 is #40606F. Grayscale: #A6A6A6. Windows color (decimal): -4218992 or 9478079. OLE color: 9478079.
HSL color Cylindrical-coordinate representation of color #BF9F90: hue angle of 19.15º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF9F90 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 159 | 144 | - |
CMYK | 0 | 0.17 | 0.25 | 0.25 |
HSL | 19.15º | 0.27% | 0.66% | - |
HSV(B) | 19.15º | 0.25% | 0.75% | - |
XYZ | 38.92 | 37.89 | 31.65 | - |
YUV | 166.86 | 115.1 | 145.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 159 | 144 | 0 | 0.17 | 0.25 | 0.25 | 19.15 | 0.27 | 0.66 |
Hex | BF | 9F | 90 | 0 | 11 | 19 | 19 | 13 | 1B | 42 |
Octal | 277 | 237 | 220 | 0 | 21 | 31 | 31 | 23 | 33 | 102 |
Binary | 10111111 | 10011111 | 10010000 | 0 | 10001 | 11001 | 11001 | 10011 | 11011 | 1000010 |
Color Harmonies of #BF9F90
Complementary color
Monochromatic Colors of #BF9F90
Black with #BF9F90
Text Example
Text Example
White with #BF9F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9F90; }
p { color: rgb(191,159,144); }
H1.HeaderClassName
{
color: #BF9F90;
}
.AnyTagClassName
{
color: #BF9F90;
}
</style>
background-color css
<style>
a { background-color: #BF9F90; }
a { background-color: rgb(191,159,144); }
div.DivClassName
{
background-color: #BF9F90;
}
.BgClassName
{
background-color: #BF9F90;
}
</style>
border-color css
<style>
span { border-color: #BF9F90; }
span { border-color: rgb(191,159,144); }
td.TdClassName
{
border-color: #BF9F90;
}
.TagClassName
{
border-color: #BF9F90;
}
</style>