Shades of Quicksand #BB9081
Tints of Quicksand #BB9081
RGB
CMYK
RGB Variations
Color information
#BB9081 (or 0xBB9081) is known color: Quicksand. HEX triplet: BB, 90 and 81. RGB value is (187,144,129). Sum of RGB (Red+Green+Blue) = 187+144+129=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9081 is #446F7E. Grayscale: #9B9B9B. Windows color (decimal): -4484991 or 8491195. OLE color: 8491195.
HSL color Cylindrical-coordinate representation of color #BB9081: hue angle of 15.52º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB9081 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 144 | 129 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.27 |
| HSL | 15.52º | 0.3% | 0.62% | - |
| HSV(B) | 15.52º | 0.31% | 0.73% | - |
| XYZ | 34.43 | 32.1 | 25.15 | - |
| YUV | 155.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 129 | 0 | 0.23 | 0.31 | 0.27 | 15.52 | 0.3 | 0.62 |
| Hex | BB | 90 | 81 | 0 | 17 | 1F | 1B | 10 | 1E | 3E |
| Octal | 273 | 220 | 201 | 0 | 27 | 37 | 33 | 20 | 36 | 76 |
| Binary | 10111011 | 10010000 | 10000001 | 0 | 10111 | 11111 | 11011 | 10000 | 11110 | 111110 |
Color Harmonies of #BB9081
Complementary color
Monochromatic Colors of #BB9081
Black with #BB9081
Text Example
Text Example
White with #BB9081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9081; }
p { color: rgb(187,144,129); }
H1.HeaderClassName
{
color: #BB9081;
}
.AnyTagClassName
{
color: #BB9081;
}
</style>
background-color css
<style>
a { background-color: #BB9081; }
a { background-color: rgb(187,144,129); }
div.DivClassName
{
background-color: #BB9081;
}
.BgClassName
{
background-color: #BB9081;
}
</style>
border-color css
<style>
span { border-color: #BB9081; }
span { border-color: rgb(187,144,129); }
td.TdClassName
{
border-color: #BB9081;
}
.TagClassName
{
border-color: #BB9081;
}
</style>