Shades of Quicksand #BE9A8D
Tints of Quicksand #BE9A8D
RGB
CMYK
RGB Variations
Color information
#BE9A8D (or 0xBE9A8D) is known color: Quicksand. HEX triplet: BE, 9A and 8D. RGB value is (190,154,141). Sum of RGB (Red+Green+Blue) = 190+154+141=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A8D is #416572. Grayscale: #A3A3A3. Windows color (decimal): -4285811 or 9280190. OLE color: 9280190.
HSL color Cylindrical-coordinate representation of color #BE9A8D: hue angle of 15.92º 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 #BE9A8D is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 154 | 141 | - |
CMYK | 0 | 0.19 | 0.26 | 0.25 |
HSL | 15.92º | 0.27% | 0.65% | - |
HSV(B) | 15.92º | 0.26% | 0.75% | - |
XYZ | 37.6 | 35.98 | 30.16 | - |
YUV | 163.28 | 115.43 | 147.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 154 | 141 | 0 | 0.19 | 0.26 | 0.25 | 15.92 | 0.27 | 0.65 |
Hex | BE | 9A | 8D | 0 | 13 | 1A | 19 | 10 | 1B | 41 |
Octal | 276 | 232 | 215 | 0 | 23 | 32 | 31 | 20 | 33 | 101 |
Binary | 10111110 | 10011010 | 10001101 | 0 | 10011 | 11010 | 11001 | 10000 | 11011 | 1000001 |
Color Harmonies of #BE9A8D
Complementary color
Monochromatic Colors of #BE9A8D
Black with #BE9A8D
Text Example
Text Example
White with #BE9A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9A8D; }
p { color: rgb(190,154,141); }
H1.HeaderClassName
{
color: #BE9A8D;
}
.AnyTagClassName
{
color: #BE9A8D;
}
</style>
background-color css
<style>
a { background-color: #BE9A8D; }
a { background-color: rgb(190,154,141); }
div.DivClassName
{
background-color: #BE9A8D;
}
.BgClassName
{
background-color: #BE9A8D;
}
</style>
border-color css
<style>
span { border-color: #BE9A8D; }
span { border-color: rgb(190,154,141); }
td.TdClassName
{
border-color: #BE9A8D;
}
.TagClassName
{
border-color: #BE9A8D;
}
</style>