Shades of Quicksand #BC9B93
Tints of Quicksand #BC9B93
RGB
CMYK
RGB Variations
Color information
#BC9B93 (or 0xBC9B93) is known color: Quicksand. HEX triplet: BC, 9B and 93. RGB value is (188,155,147). Sum of RGB (Red+Green+Blue) = 188+155+147=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9B93 is #43646C. Grayscale: #A4A4A4. Windows color (decimal): -4416621 or 9673660. OLE color: 9673660.
HSL color Cylindrical-coordinate representation of color #BC9B93: hue angle of 11.71º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC9B93 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 147 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.26 |
| HSL | 11.71º | 0.23% | 0.66% | - |
| HSV(B) | 11.71º | 0.22% | 0.74% | - |
| XYZ | 37.73 | 36.24 | 32.61 | - |
| YUV | 163.96 | 118.43 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 147 | 0 | 0.18 | 0.22 | 0.26 | 11.71 | 0.23 | 0.66 |
| Hex | BC | 9B | 93 | 0 | 12 | 16 | 1A | C | 17 | 42 |
| Octal | 274 | 233 | 223 | 0 | 22 | 26 | 32 | 14 | 27 | 102 |
| Binary | 10111100 | 10011011 | 10010011 | 0 | 10010 | 10110 | 11010 | 1100 | 10111 | 1000010 |
Color Harmonies of #BC9B93
Complementary color
Monochromatic Colors of #BC9B93
Black with #BC9B93
Text Example
Text Example
White with #BC9B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9B93; }
p { color: rgb(188,155,147); }
H1.HeaderClassName
{
color: #BC9B93;
}
.AnyTagClassName
{
color: #BC9B93;
}
</style>
background-color css
<style>
a { background-color: #BC9B93; }
a { background-color: rgb(188,155,147); }
div.DivClassName
{
background-color: #BC9B93;
}
.BgClassName
{
background-color: #BC9B93;
}
</style>
border-color css
<style>
span { border-color: #BC9B93; }
span { border-color: rgb(188,155,147); }
td.TdClassName
{
border-color: #BC9B93;
}
.TagClassName
{
border-color: #BC9B93;
}
</style>