Shades of Quicksand #BF9A8A
Tints of Quicksand #BF9A8A
RGB
CMYK
RGB Variations
Color information
#BF9A8A (or 0xBF9A8A) is known color: Quicksand. HEX triplet: BF, 9A and 8A. RGB value is (191,154,138). Sum of RGB (Red+Green+Blue) = 191+154+138=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9A8A is #406575. Grayscale: #A3A3A3. Windows color (decimal): -4220278 or 9083583. OLE color: 9083583.
HSL color Cylindrical-coordinate representation of color #BF9A8A: hue angle of 18.11º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF9A8A is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 154 | 138 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.25 |
| HSL | 18.11º | 0.29% | 0.65% | - |
| HSV(B) | 18.11º | 0.28% | 0.75% | - |
| XYZ | 37.63 | 36.02 | 29.01 | - |
| YUV | 163.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 154 | 138 | 0 | 0.19 | 0.28 | 0.25 | 18.11 | 0.29 | 0.65 |
| Hex | BF | 9A | 8A | 0 | 13 | 1C | 19 | 12 | 1D | 41 |
| Octal | 277 | 232 | 212 | 0 | 23 | 34 | 31 | 22 | 35 | 101 |
| Binary | 10111111 | 10011010 | 10001010 | 0 | 10011 | 11100 | 11001 | 10010 | 11101 | 1000001 |
Color Harmonies of #BF9A8A
Complementary color
Monochromatic Colors of #BF9A8A
Black with #BF9A8A
Text Example
Text Example
White with #BF9A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9A8A; }
p { color: rgb(191,154,138); }
H1.HeaderClassName
{
color: #BF9A8A;
}
.AnyTagClassName
{
color: #BF9A8A;
}
</style>
background-color css
<style>
a { background-color: #BF9A8A; }
a { background-color: rgb(191,154,138); }
div.DivClassName
{
background-color: #BF9A8A;
}
.BgClassName
{
background-color: #BF9A8A;
}
</style>
border-color css
<style>
span { border-color: #BF9A8A; }
span { border-color: rgb(191,154,138); }
td.TdClassName
{
border-color: #BF9A8A;
}
.TagClassName
{
border-color: #BF9A8A;
}
</style>