Shades of Quicksand #BC9082
Tints of Quicksand #BC9082
RGB
CMYK
RGB Variations
Color information
#BC9082 (or 0xBC9082) is known color: Quicksand. HEX triplet: BC, 90 and 82. RGB value is (188,144,130). Sum of RGB (Red+Green+Blue) = 188+144+130=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9082 is #436F7D. Grayscale: #9B9B9B. Windows color (decimal): -4419454 or 8556732. OLE color: 8556732.
HSL color Cylindrical-coordinate representation of color #BC9082: hue angle of 14.48º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC9082 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 130 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.26 |
| HSL | 14.48º | 0.3% | 0.62% | - |
| HSV(B) | 14.48º | 0.31% | 0.74% | - |
| XYZ | 34.74 | 32.25 | 25.51 | - |
| YUV | 155.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 130 | 0 | 0.23 | 0.31 | 0.26 | 14.48 | 0.3 | 0.62 |
| Hex | BC | 90 | 82 | 0 | 17 | 1F | 1A | E | 1E | 3E |
| Octal | 274 | 220 | 202 | 0 | 27 | 37 | 32 | 16 | 36 | 76 |
| Binary | 10111100 | 10010000 | 10000010 | 0 | 10111 | 11111 | 11010 | 1110 | 11110 | 111110 |
Color Harmonies of #BC9082
Complementary color
Monochromatic Colors of #BC9082
Black with #BC9082
Text Example
Text Example
White with #BC9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9082; }
p { color: rgb(188,144,130); }
H1.HeaderClassName
{
color: #BC9082;
}
.AnyTagClassName
{
color: #BC9082;
}
</style>
background-color css
<style>
a { background-color: #BC9082; }
a { background-color: rgb(188,144,130); }
div.DivClassName
{
background-color: #BC9082;
}
.BgClassName
{
background-color: #BC9082;
}
</style>
border-color css
<style>
span { border-color: #BC9082; }
span { border-color: rgb(188,144,130); }
td.TdClassName
{
border-color: #BC9082;
}
.TagClassName
{
border-color: #BC9082;
}
</style>