Shades of Quicksand #BE9180
Tints of Quicksand #BE9180
RGB
CMYK
RGB Variations
Color information
#BE9180 (or 0xBE9180) is known color: Quicksand. HEX triplet: BE, 91 and 80. RGB value is (190,145,128). Sum of RGB (Red+Green+Blue) = 190+145+128=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9180 is #416E7F. Grayscale: #9C9C9C. Windows color (decimal): -4288128 or 8425918. OLE color: 8425918.
HSL color Cylindrical-coordinate representation of color #BE9180: hue angle of 16.45º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE9180 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 128 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.25 |
| HSL | 16.45º | 0.32% | 0.62% | - |
| HSV(B) | 16.45º | 0.33% | 0.75% | - |
| XYZ | 35.26 | 32.76 | 24.89 | - |
| YUV | 156.52 | 111.91 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 128 | 0 | 0.24 | 0.33 | 0.25 | 16.45 | 0.32 | 0.62 |
| Hex | BE | 91 | 80 | 0 | 18 | 21 | 19 | 10 | 20 | 3E |
| Octal | 276 | 221 | 200 | 0 | 30 | 41 | 31 | 20 | 40 | 76 |
| Binary | 10111110 | 10010001 | 10000000 | 0 | 11000 | 100001 | 11001 | 10000 | 100000 | 111110 |
Color Harmonies of #BE9180
Complementary color
Monochromatic Colors of #BE9180
Black with #BE9180
Text Example
Text Example
White with #BE9180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9180; }
p { color: rgb(190,145,128); }
H1.HeaderClassName
{
color: #BE9180;
}
.AnyTagClassName
{
color: #BE9180;
}
</style>
background-color css
<style>
a { background-color: #BE9180; }
a { background-color: rgb(190,145,128); }
div.DivClassName
{
background-color: #BE9180;
}
.BgClassName
{
background-color: #BE9180;
}
</style>
border-color css
<style>
span { border-color: #BE9180; }
span { border-color: rgb(190,145,128); }
td.TdClassName
{
border-color: #BE9180;
}
.TagClassName
{
border-color: #BE9180;
}
</style>