Shades of Quicksand #BC9B94
Tints of Quicksand #BC9B94
RGB
CMYK
RGB Variations
Color information
#BC9B94 (or 0xBC9B94) is known color: Quicksand. HEX triplet: BC, 9B and 94. RGB value is (188,155,148). Sum of RGB (Red+Green+Blue) = 188+155+148=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9B94 is #43646B. Grayscale: #A4A4A4. Windows color (decimal): -4416620 or 9739196. OLE color: 9739196.
HSL color Cylindrical-coordinate representation of color #BC9B94: hue angle of 10.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC9B94 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 148 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.26 |
| HSL | 10.5º | 0.23% | 0.66% | - |
| HSV(B) | 10.5º | 0.21% | 0.74% | - |
| XYZ | 37.81 | 36.27 | 33.03 | - |
| YUV | 164.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 148 | 0 | 0.18 | 0.21 | 0.26 | 10.5 | 0.23 | 0.66 |
| Hex | BC | 9B | 94 | 0 | 12 | 15 | 1A | A | 17 | 42 |
| Octal | 274 | 233 | 224 | 0 | 22 | 25 | 32 | 12 | 27 | 102 |
| Binary | 10111100 | 10011011 | 10010100 | 0 | 10010 | 10101 | 11010 | 1010 | 10111 | 1000010 |
Color Harmonies of #BC9B94
Complementary color
Monochromatic Colors of #BC9B94
Black with #BC9B94
Text Example
Text Example
White with #BC9B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9B94; }
p { color: rgb(188,155,148); }
H1.HeaderClassName
{
color: #BC9B94;
}
.AnyTagClassName
{
color: #BC9B94;
}
</style>
background-color css
<style>
a { background-color: #BC9B94; }
a { background-color: rgb(188,155,148); }
div.DivClassName
{
background-color: #BC9B94;
}
.BgClassName
{
background-color: #BC9B94;
}
</style>
border-color css
<style>
span { border-color: #BC9B94; }
span { border-color: rgb(188,155,148); }
td.TdClassName
{
border-color: #BC9B94;
}
.TagClassName
{
border-color: #BC9B94;
}
</style>