Shades of Quicksand #BB958B
Tints of Quicksand #BB958B
RGB
CMYK
RGB Variations
Color information
#BB958B (or 0xBB958B) is known color: Quicksand. HEX triplet: BB, 95 and 8B. RGB value is (187,149,139). Sum of RGB (Red+Green+Blue) = 187+149+139=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB958B is #446A74. Grayscale: #9F9F9F. Windows color (decimal): -4483701 or 9147835. OLE color: 9147835.
HSL color Cylindrical-coordinate representation of color #BB958B: hue angle of 12.5º 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 #BB958B is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 149 | 139 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.27 |
| HSL | 12.5º | 0.26% | 0.64% | - |
| HSV(B) | 12.5º | 0.26% | 0.73% | - |
| XYZ | 35.9 | 33.92 | 29.08 | - |
| YUV | 159.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 139 | 0 | 0.20 | 0.26 | 0.27 | 12.5 | 0.26 | 0.64 |
| Hex | BB | 95 | 8B | 0 | 14 | 1A | 1B | C | 1A | 40 |
| Octal | 273 | 225 | 213 | 0 | 24 | 32 | 33 | 14 | 32 | 100 |
| Binary | 10111011 | 10010101 | 10001011 | 0 | 10100 | 11010 | 11011 | 1100 | 11010 | 1000000 |
Color Harmonies of #BB958B
Complementary color
Monochromatic Colors of #BB958B
Black with #BB958B
Text Example
Text Example
White with #BB958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB958B; }
p { color: rgb(187,149,139); }
H1.HeaderClassName
{
color: #BB958B;
}
.AnyTagClassName
{
color: #BB958B;
}
</style>
background-color css
<style>
a { background-color: #BB958B; }
a { background-color: rgb(187,149,139); }
div.DivClassName
{
background-color: #BB958B;
}
.BgClassName
{
background-color: #BB958B;
}
</style>
border-color css
<style>
span { border-color: #BB958B; }
span { border-color: rgb(187,149,139); }
td.TdClassName
{
border-color: #BB958B;
}
.TagClassName
{
border-color: #BB958B;
}
</style>