Shades of Quicksand #BB948C
Tints of Quicksand #BB948C
RGB
CMYK
RGB Variations
Color information
#BB948C (or 0xBB948C) is known color: Quicksand. HEX triplet: BB, 94 and 8C. RGB value is (187,148,140). Sum of RGB (Red+Green+Blue) = 187+148+140=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB948C is #446B73. Grayscale: #9E9E9E. Windows color (decimal): -4483956 or 9213115. OLE color: 9213115.
HSL color Cylindrical-coordinate representation of color #BB948C: hue angle of 10.21º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BB948C is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 148 | 140 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.27 |
| HSL | 10.21º | 0.26% | 0.64% | - |
| HSV(B) | 10.21º | 0.25% | 0.73% | - |
| XYZ | 35.82 | 33.64 | 29.42 | - |
| YUV | 158.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 140 | 0 | 0.21 | 0.25 | 0.27 | 10.21 | 0.26 | 0.64 |
| Hex | BB | 94 | 8C | 0 | 15 | 19 | 1B | A | 1A | 40 |
| Octal | 273 | 224 | 214 | 0 | 25 | 31 | 33 | 12 | 32 | 100 |
| Binary | 10111011 | 10010100 | 10001100 | 0 | 10101 | 11001 | 11011 | 1010 | 11010 | 1000000 |
Color Harmonies of #BB948C
Complementary color
Monochromatic Colors of #BB948C
Black with #BB948C
Text Example
Text Example
White with #BB948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB948C; }
p { color: rgb(187,148,140); }
H1.HeaderClassName
{
color: #BB948C;
}
.AnyTagClassName
{
color: #BB948C;
}
</style>
background-color css
<style>
a { background-color: #BB948C; }
a { background-color: rgb(187,148,140); }
div.DivClassName
{
background-color: #BB948C;
}
.BgClassName
{
background-color: #BB948C;
}
</style>
border-color css
<style>
span { border-color: #BB948C; }
span { border-color: rgb(187,148,140); }
td.TdClassName
{
border-color: #BB948C;
}
.TagClassName
{
border-color: #BB948C;
}
</style>