Shades of Quicksand #BC9385
Tints of Quicksand #BC9385
RGB
CMYK
RGB Variations
Color information
#BC9385 (or 0xBC9385) is known color: Quicksand. HEX triplet: BC, 93 and 85. RGB value is (188,147,133). Sum of RGB (Red+Green+Blue) = 188+147+133=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9385 is #436C7A. Grayscale: #9D9D9D. Windows color (decimal): -4418683 or 8754108. OLE color: 8754108.
HSL color Cylindrical-coordinate representation of color #BC9385: hue angle of 15.27º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC9385 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 133 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.26 |
| HSL | 15.27º | 0.29% | 0.63% | - |
| HSV(B) | 15.27º | 0.29% | 0.74% | - |
| XYZ | 35.41 | 33.25 | 26.74 | - |
| YUV | 157.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 133 | 0 | 0.22 | 0.29 | 0.26 | 15.27 | 0.29 | 0.63 |
| Hex | BC | 93 | 85 | 0 | 16 | 1D | 1A | F | 1D | 3F |
| Octal | 274 | 223 | 205 | 0 | 26 | 35 | 32 | 17 | 35 | 77 |
| Binary | 10111100 | 10010011 | 10000101 | 0 | 10110 | 11101 | 11010 | 1111 | 11101 | 111111 |
Color Harmonies of #BC9385
Complementary color
Monochromatic Colors of #BC9385
Black with #BC9385
Text Example
Text Example
White with #BC9385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9385; }
p { color: rgb(188,147,133); }
H1.HeaderClassName
{
color: #BC9385;
}
.AnyTagClassName
{
color: #BC9385;
}
</style>
background-color css
<style>
a { background-color: #BC9385; }
a { background-color: rgb(188,147,133); }
div.DivClassName
{
background-color: #BC9385;
}
.BgClassName
{
background-color: #BC9385;
}
</style>
border-color css
<style>
span { border-color: #BC9385; }
span { border-color: rgb(188,147,133); }
td.TdClassName
{
border-color: #BC9385;
}
.TagClassName
{
border-color: #BC9385;
}
</style>