Shades of Quicksand #BE9A8C
Tints of Quicksand #BE9A8C
RGB
CMYK
RGB Variations
Color information
#BE9A8C (or 0xBE9A8C) is known color: Quicksand. HEX triplet: BE, 9A and 8C. RGB value is (190,154,140). Sum of RGB (Red+Green+Blue) = 190+154+140=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A8C is #416573. Grayscale: #A3A3A3. Windows color (decimal): -4285812 or 9214654. OLE color: 9214654.
HSL color Cylindrical-coordinate representation of color #BE9A8C: hue angle of 16.8º degrees, saturation: 0.28, 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 #BE9A8C is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 154 | 140 | - |
CMYK | 0 | 0.19 | 0.26 | 0.25 |
HSL | 16.8º | 0.28% | 0.65% | - |
HSV(B) | 16.8º | 0.26% | 0.75% | - |
XYZ | 37.52 | 35.95 | 29.77 | - |
YUV | 163.17 | 114.93 | 147.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 154 | 140 | 0 | 0.19 | 0.26 | 0.25 | 16.8 | 0.28 | 0.65 |
Hex | BE | 9A | 8C | 0 | 13 | 1A | 19 | 11 | 1C | 41 |
Octal | 276 | 232 | 214 | 0 | 23 | 32 | 31 | 21 | 34 | 101 |
Binary | 10111110 | 10011010 | 10001100 | 0 | 10011 | 11010 | 11001 | 10001 | 11100 | 1000001 |
Color Harmonies of #BE9A8C
Complementary color
Monochromatic Colors of #BE9A8C
Black with #BE9A8C
Text Example
Text Example
White with #BE9A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9A8C; }
p { color: rgb(190,154,140); }
H1.HeaderClassName
{
color: #BE9A8C;
}
.AnyTagClassName
{
color: #BE9A8C;
}
</style>
background-color css
<style>
a { background-color: #BE9A8C; }
a { background-color: rgb(190,154,140); }
div.DivClassName
{
background-color: #BE9A8C;
}
.BgClassName
{
background-color: #BE9A8C;
}
</style>
border-color css
<style>
span { border-color: #BE9A8C; }
span { border-color: rgb(190,154,140); }
td.TdClassName
{
border-color: #BE9A8C;
}
.TagClassName
{
border-color: #BE9A8C;
}
</style>