Shades of Quicksand #BC9A93
Tints of Quicksand #BC9A93
RGB
CMYK
RGB Variations
Color information
#BC9A93 (or 0xBC9A93) is known color: Quicksand. HEX triplet: BC, 9A and 93. RGB value is (188,154,147). Sum of RGB (Red+Green+Blue) = 188+154+147=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9A93 is #43656C. Grayscale: #A3A3A3. Windows color (decimal): -4416877 or 9673404. OLE color: 9673404.
HSL color Cylindrical-coordinate representation of color #BC9A93: hue angle of 10.24º 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 #BC9A93 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 147 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.26 |
| HSL | 10.24º | 0.23% | 0.66% | - |
| HSV(B) | 10.24º | 0.22% | 0.74% | - |
| XYZ | 37.56 | 35.91 | 32.56 | - |
| YUV | 163.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 147 | 0 | 0.18 | 0.22 | 0.26 | 10.24 | 0.23 | 0.66 |
| Hex | BC | 9A | 93 | 0 | 12 | 16 | 1A | A | 17 | 42 |
| Octal | 274 | 232 | 223 | 0 | 22 | 26 | 32 | 12 | 27 | 102 |
| Binary | 10111100 | 10011010 | 10010011 | 0 | 10010 | 10110 | 11010 | 1010 | 10111 | 1000010 |
Color Harmonies of #BC9A93
Complementary color
Monochromatic Colors of #BC9A93
Black with #BC9A93
Text Example
Text Example
White with #BC9A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9A93; }
p { color: rgb(188,154,147); }
H1.HeaderClassName
{
color: #BC9A93;
}
.AnyTagClassName
{
color: #BC9A93;
}
</style>
background-color css
<style>
a { background-color: #BC9A93; }
a { background-color: rgb(188,154,147); }
div.DivClassName
{
background-color: #BC9A93;
}
.BgClassName
{
background-color: #BC9A93;
}
</style>
border-color css
<style>
span { border-color: #BC9A93; }
span { border-color: rgb(188,154,147); }
td.TdClassName
{
border-color: #BC9A93;
}
.TagClassName
{
border-color: #BC9A93;
}
</style>