Shades of Quicksand #BC9B95
Tints of Quicksand #BC9B95
RGB
CMYK
RGB Variations
Color information
#BC9B95 (or 0xBC9B95) is known color: Quicksand. HEX triplet: BC, 9B and 95. RGB value is (188,155,149). Sum of RGB (Red+Green+Blue) = 188+155+149=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9B95 is #43646A. Grayscale: #A4A4A4. Windows color (decimal): -4416619 or 9804732. OLE color: 9804732.
HSL color Cylindrical-coordinate representation of color #BC9B95: hue angle of 9.23º 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 #BC9B95 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 149 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.26 |
| HSL | 9.23º | 0.23% | 0.66% | - |
| HSV(B) | 9.23º | 0.21% | 0.74% | - |
| XYZ | 37.89 | 36.3 | 33.44 | - |
| YUV | 164.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 149 | 0 | 0.18 | 0.21 | 0.26 | 9.23 | 0.23 | 0.66 |
| Hex | BC | 9B | 95 | 0 | 12 | 15 | 1A | 9 | 17 | 42 |
| Octal | 274 | 233 | 225 | 0 | 22 | 25 | 32 | 11 | 27 | 102 |
| Binary | 10111100 | 10011011 | 10010101 | 0 | 10010 | 10101 | 11010 | 1001 | 10111 | 1000010 |
Color Harmonies of #BC9B95
Complementary color
Monochromatic Colors of #BC9B95
Black with #BC9B95
Text Example
Text Example
White with #BC9B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9B95; }
p { color: rgb(188,155,149); }
H1.HeaderClassName
{
color: #BC9B95;
}
.AnyTagClassName
{
color: #BC9B95;
}
</style>
background-color css
<style>
a { background-color: #BC9B95; }
a { background-color: rgb(188,155,149); }
div.DivClassName
{
background-color: #BC9B95;
}
.BgClassName
{
background-color: #BC9B95;
}
</style>
border-color css
<style>
span { border-color: #BC9B95; }
span { border-color: rgb(188,155,149); }
td.TdClassName
{
border-color: #BC9B95;
}
.TagClassName
{
border-color: #BC9B95;
}
</style>