Shades of Quicksand #BE968F
Tints of Quicksand #BE968F
RGB
CMYK
RGB Variations
Color information
#BE968F (or 0xBE968F) is known color: Quicksand. HEX triplet: BE, 96 and 8F. RGB value is (190,150,143). Sum of RGB (Red+Green+Blue) = 190+150+143=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE968F is #416970. Grayscale: #A1A1A1. Windows color (decimal): -4286833 or 9410238. OLE color: 9410238.
HSL color Cylindrical-coordinate representation of color #BE968F: hue angle of 8.94º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BE968F is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 150 | 143 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.25 |
| HSL | 8.94º | 0.27% | 0.65% | - |
| HSV(B) | 8.94º | 0.25% | 0.75% | - |
| XYZ | 37.1 | 34.74 | 30.74 | - |
| YUV | 161.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 143 | 0 | 0.21 | 0.25 | 0.25 | 8.94 | 0.27 | 0.65 |
| Hex | BE | 96 | 8F | 0 | 15 | 19 | 19 | 9 | 1B | 41 |
| Octal | 276 | 226 | 217 | 0 | 25 | 31 | 31 | 11 | 33 | 101 |
| Binary | 10111110 | 10010110 | 10001111 | 0 | 10101 | 11001 | 11001 | 1001 | 11011 | 1000001 |
Color Harmonies of #BE968F
Complementary color
Monochromatic Colors of #BE968F
Black with #BE968F
Text Example
Text Example
White with #BE968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE968F; }
p { color: rgb(190,150,143); }
H1.HeaderClassName
{
color: #BE968F;
}
.AnyTagClassName
{
color: #BE968F;
}
</style>
background-color css
<style>
a { background-color: #BE968F; }
a { background-color: rgb(190,150,143); }
div.DivClassName
{
background-color: #BE968F;
}
.BgClassName
{
background-color: #BE968F;
}
</style>
border-color css
<style>
span { border-color: #BE968F; }
span { border-color: rgb(190,150,143); }
td.TdClassName
{
border-color: #BE968F;
}
.TagClassName
{
border-color: #BE968F;
}
</style>