Shades of Quicksand #BE948B
Tints of Quicksand #BE948B
RGB
CMYK
RGB Variations
Color information
#BE948B (or 0xBE948B) is known color: Quicksand. HEX triplet: BE, 94 and 8B. RGB value is (190,148,139). Sum of RGB (Red+Green+Blue) = 190+148+139=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE948B is #416B74. Grayscale: #9F9F9F. Windows color (decimal): -4287349 or 9147582. OLE color: 9147582.
HSL color Cylindrical-coordinate representation of color #BE948B: hue angle of 10.59º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE948B is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 148 | 139 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.25 |
| HSL | 10.59º | 0.28% | 0.65% | - |
| HSV(B) | 10.59º | 0.27% | 0.75% | - |
| XYZ | 36.49 | 33.99 | 29.06 | - |
| YUV | 159.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 148 | 139 | 0 | 0.22 | 0.27 | 0.25 | 10.59 | 0.28 | 0.65 |
| Hex | BE | 94 | 8B | 0 | 16 | 1B | 19 | B | 1C | 41 |
| Octal | 276 | 224 | 213 | 0 | 26 | 33 | 31 | 13 | 34 | 101 |
| Binary | 10111110 | 10010100 | 10001011 | 0 | 10110 | 11011 | 11001 | 1011 | 11100 | 1000001 |
Color Harmonies of #BE948B
Complementary color
Monochromatic Colors of #BE948B
Black with #BE948B
Text Example
Text Example
White with #BE948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE948B; }
p { color: rgb(190,148,139); }
H1.HeaderClassName
{
color: #BE948B;
}
.AnyTagClassName
{
color: #BE948B;
}
</style>
background-color css
<style>
a { background-color: #BE948B; }
a { background-color: rgb(190,148,139); }
div.DivClassName
{
background-color: #BE948B;
}
.BgClassName
{
background-color: #BE948B;
}
</style>
border-color css
<style>
span { border-color: #BE948B; }
span { border-color: rgb(190,148,139); }
td.TdClassName
{
border-color: #BE948B;
}
.TagClassName
{
border-color: #BE948B;
}
</style>