Shades of Quicksand #BC958B
Tints of Quicksand #BC958B
RGB
CMYK
RGB Variations
Color information
#BC958B (or 0xBC958B) is known color: Quicksand. HEX triplet: BC, 95 and 8B. RGB value is (188,149,139). Sum of RGB (Red+Green+Blue) = 188+149+139=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC958B is #436A74. Grayscale: #9F9F9F. Windows color (decimal): -4418165 or 9147836. OLE color: 9147836.
HSL color Cylindrical-coordinate representation of color #BC958B: hue angle of 12.24º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC958B is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 139 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.26 |
| HSL | 12.24º | 0.27% | 0.64% | - |
| HSV(B) | 12.24º | 0.26% | 0.74% | - |
| XYZ | 36.15 | 34.05 | 29.09 | - |
| YUV | 159.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 139 | 0 | 0.21 | 0.26 | 0.26 | 12.24 | 0.27 | 0.64 |
| Hex | BC | 95 | 8B | 0 | 15 | 1A | 1A | C | 1B | 40 |
| Octal | 274 | 225 | 213 | 0 | 25 | 32 | 32 | 14 | 33 | 100 |
| Binary | 10111100 | 10010101 | 10001011 | 0 | 10101 | 11010 | 11010 | 1100 | 11011 | 1000000 |
Color Harmonies of #BC958B
Complementary color
Monochromatic Colors of #BC958B
Black with #BC958B
Text Example
Text Example
White with #BC958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC958B; }
p { color: rgb(188,149,139); }
H1.HeaderClassName
{
color: #BC958B;
}
.AnyTagClassName
{
color: #BC958B;
}
</style>
background-color css
<style>
a { background-color: #BC958B; }
a { background-color: rgb(188,149,139); }
div.DivClassName
{
background-color: #BC958B;
}
.BgClassName
{
background-color: #BC958B;
}
</style>
border-color css
<style>
span { border-color: #BC958B; }
span { border-color: rgb(188,149,139); }
td.TdClassName
{
border-color: #BC958B;
}
.TagClassName
{
border-color: #BC958B;
}
</style>