Shades of Quicksand #BE938A
Tints of Quicksand #BE938A
RGB
CMYK
RGB Variations
Color information
#BE938A (or 0xBE938A) is known color: Quicksand. HEX triplet: BE, 93 and 8A. RGB value is (190,147,138). Sum of RGB (Red+Green+Blue) = 190+147+138=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE938A is #416C75. Grayscale: #9E9E9E. Windows color (decimal): -4287606 or 9081790. OLE color: 9081790.
HSL color Cylindrical-coordinate representation of color #BE938A: hue angle of 10.38º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE938A is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 138 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.25 |
| HSL | 10.38º | 0.29% | 0.64% | - |
| HSV(B) | 10.38º | 0.27% | 0.75% | - |
| XYZ | 36.26 | 33.65 | 28.63 | - |
| YUV | 158.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 138 | 0 | 0.23 | 0.27 | 0.25 | 10.38 | 0.29 | 0.64 |
| Hex | BE | 93 | 8A | 0 | 17 | 1B | 19 | A | 1D | 40 |
| Octal | 276 | 223 | 212 | 0 | 27 | 33 | 31 | 12 | 35 | 100 |
| Binary | 10111110 | 10010011 | 10001010 | 0 | 10111 | 11011 | 11001 | 1010 | 11101 | 1000000 |
Color Harmonies of #BE938A
Complementary color
Monochromatic Colors of #BE938A
Black with #BE938A
Text Example
Text Example
White with #BE938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE938A; }
p { color: rgb(190,147,138); }
H1.HeaderClassName
{
color: #BE938A;
}
.AnyTagClassName
{
color: #BE938A;
}
</style>
background-color css
<style>
a { background-color: #BE938A; }
a { background-color: rgb(190,147,138); }
div.DivClassName
{
background-color: #BE938A;
}
.BgClassName
{
background-color: #BE938A;
}
</style>
border-color css
<style>
span { border-color: #BE938A; }
span { border-color: rgb(190,147,138); }
td.TdClassName
{
border-color: #BE938A;
}
.TagClassName
{
border-color: #BE938A;
}
</style>