Shades of Quicksand #BE9C8D
Tints of Quicksand #BE9C8D
RGB
CMYK
RGB Variations
Color information
#BE9C8D (or 0xBE9C8D) is known color: Quicksand. HEX triplet: BE, 9C and 8D. RGB value is (190,156,141). Sum of RGB (Red+Green+Blue) = 190+156+141=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9C8D is #416372. Grayscale: #A4A4A4. Windows color (decimal): -4285299 or 9280702. OLE color: 9280702.
HSL color Cylindrical-coordinate representation of color #BE9C8D: hue angle of 18.37º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE9C8D is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 156 | 141 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.25 |
| HSL | 18.37º | 0.27% | 0.65% | - |
| HSV(B) | 18.37º | 0.26% | 0.75% | - |
| XYZ | 37.93 | 36.65 | 30.27 | - |
| YUV | 164.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 156 | 141 | 0 | 0.18 | 0.26 | 0.25 | 18.37 | 0.27 | 0.65 |
| Hex | BE | 9C | 8D | 0 | 12 | 1A | 19 | 12 | 1B | 41 |
| Octal | 276 | 234 | 215 | 0 | 22 | 32 | 31 | 22 | 33 | 101 |
| Binary | 10111110 | 10011100 | 10001101 | 0 | 10010 | 11010 | 11001 | 10010 | 11011 | 1000001 |
Color Harmonies of #BE9C8D
Complementary color
Monochromatic Colors of #BE9C8D
Black with #BE9C8D
Text Example
Text Example
White with #BE9C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9C8D; }
p { color: rgb(190,156,141); }
H1.HeaderClassName
{
color: #BE9C8D;
}
.AnyTagClassName
{
color: #BE9C8D;
}
</style>
background-color css
<style>
a { background-color: #BE9C8D; }
a { background-color: rgb(190,156,141); }
div.DivClassName
{
background-color: #BE9C8D;
}
.BgClassName
{
background-color: #BE9C8D;
}
</style>
border-color css
<style>
span { border-color: #BE9C8D; }
span { border-color: rgb(190,156,141); }
td.TdClassName
{
border-color: #BE9C8D;
}
.TagClassName
{
border-color: #BE9C8D;
}
</style>