Shades of Quicksand #BB968B
Tints of Quicksand #BB968B
RGB
CMYK
RGB Variations
Color information
#BB968B (or 0xBB968B) is known color: Quicksand. HEX triplet: BB, 96 and 8B. RGB value is (187,150,139). Sum of RGB (Red+Green+Blue) = 187+150+139=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BB968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB968B is #446974. Grayscale: #9F9F9F. Windows color (decimal): -4483445 or 9148091. OLE color: 9148091.
HSL color Cylindrical-coordinate representation of color #BB968B: hue angle of 13.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB968B is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 139 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.27 |
| HSL | 13.75º | 0.26% | 0.64% | - |
| HSV(B) | 13.75º | 0.26% | 0.73% | - |
| XYZ | 36.06 | 34.24 | 29.13 | - |
| YUV | 159.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 139 | 0 | 0.20 | 0.26 | 0.27 | 13.75 | 0.26 | 0.64 |
| Hex | BB | 96 | 8B | 0 | 14 | 1A | 1B | E | 1A | 40 |
| Octal | 273 | 226 | 213 | 0 | 24 | 32 | 33 | 16 | 32 | 100 |
| Binary | 10111011 | 10010110 | 10001011 | 0 | 10100 | 11010 | 11011 | 1110 | 11010 | 1000000 |
Color Harmonies of #BB968B
Complementary color
Monochromatic Colors of #BB968B
Black with #BB968B
Text Example
Text Example
White with #BB968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB968B; }
p { color: rgb(187,150,139); }
H1.HeaderClassName
{
color: #BB968B;
}
.AnyTagClassName
{
color: #BB968B;
}
</style>
background-color css
<style>
a { background-color: #BB968B; }
a { background-color: rgb(187,150,139); }
div.DivClassName
{
background-color: #BB968B;
}
.BgClassName
{
background-color: #BB968B;
}
</style>
border-color css
<style>
span { border-color: #BB968B; }
span { border-color: rgb(187,150,139); }
td.TdClassName
{
border-color: #BB968B;
}
.TagClassName
{
border-color: #BB968B;
}
</style>