Shades of Quicksand #BE948A
Tints of Quicksand #BE948A
RGB
CMYK
RGB Variations
Color information
#BE948A (or 0xBE948A) is known color: Quicksand. HEX triplet: BE, 94 and 8A. RGB value is (190,148,138). Sum of RGB (Red+Green+Blue) = 190+148+138=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE948A is #416B75. Grayscale: #9F9F9F. Windows color (decimal): -4287350 or 9082046. OLE color: 9082046.
HSL color Cylindrical-coordinate representation of color #BE948A: hue angle of 11.54º 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 #BE948A is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 148 | 138 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.25 |
| HSL | 11.54º | 0.29% | 0.64% | - |
| HSV(B) | 11.54º | 0.27% | 0.75% | - |
| XYZ | 36.41 | 33.96 | 28.68 | - |
| YUV | 159.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 148 | 138 | 0 | 0.22 | 0.27 | 0.25 | 11.54 | 0.29 | 0.64 |
| Hex | BE | 94 | 8A | 0 | 16 | 1B | 19 | C | 1D | 40 |
| Octal | 276 | 224 | 212 | 0 | 26 | 33 | 31 | 14 | 35 | 100 |
| Binary | 10111110 | 10010100 | 10001010 | 0 | 10110 | 11011 | 11001 | 1100 | 11101 | 1000000 |
Color Harmonies of #BE948A
Complementary color
Monochromatic Colors of #BE948A
Black with #BE948A
Text Example
Text Example
White with #BE948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE948A; }
p { color: rgb(190,148,138); }
H1.HeaderClassName
{
color: #BE948A;
}
.AnyTagClassName
{
color: #BE948A;
}
</style>
background-color css
<style>
a { background-color: #BE948A; }
a { background-color: rgb(190,148,138); }
div.DivClassName
{
background-color: #BE948A;
}
.BgClassName
{
background-color: #BE948A;
}
</style>
border-color css
<style>
span { border-color: #BE948A; }
span { border-color: rgb(190,148,138); }
td.TdClassName
{
border-color: #BE948A;
}
.TagClassName
{
border-color: #BE948A;
}
</style>