Shades of Quicksand #BE9B89
Tints of Quicksand #BE9B89
RGB
CMYK
RGB Variations
Color information
#BE9B89 (or 0xBE9B89) is known color: Quicksand. HEX triplet: BE, 9B and 89. RGB value is (190,155,137). Sum of RGB (Red+Green+Blue) = 190+155+137=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9B89 is #416476. Grayscale: #A3A3A3. Windows color (decimal): -4285559 or 9018302. OLE color: 9018302.
HSL color Cylindrical-coordinate representation of color #BE9B89: hue angle of 20.38º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE9B89 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 155 | 137 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.25 |
| HSL | 20.38º | 0.29% | 0.64% | - |
| HSV(B) | 20.38º | 0.28% | 0.75% | - |
| XYZ | 37.47 | 36.2 | 28.68 | - |
| YUV | 163.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 137 | 0 | 0.18 | 0.28 | 0.25 | 20.38 | 0.29 | 0.64 |
| Hex | BE | 9B | 89 | 0 | 12 | 1C | 19 | 14 | 1D | 40 |
| Octal | 276 | 233 | 211 | 0 | 22 | 34 | 31 | 24 | 35 | 100 |
| Binary | 10111110 | 10011011 | 10001001 | 0 | 10010 | 11100 | 11001 | 10100 | 11101 | 1000000 |
Color Harmonies of #BE9B89
Complementary color
Monochromatic Colors of #BE9B89
Black with #BE9B89
Text Example
Text Example
White with #BE9B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9B89; }
p { color: rgb(190,155,137); }
H1.HeaderClassName
{
color: #BE9B89;
}
.AnyTagClassName
{
color: #BE9B89;
}
</style>
background-color css
<style>
a { background-color: #BE9B89; }
a { background-color: rgb(190,155,137); }
div.DivClassName
{
background-color: #BE9B89;
}
.BgClassName
{
background-color: #BE9B89;
}
</style>
border-color css
<style>
span { border-color: #BE9B89; }
span { border-color: rgb(190,155,137); }
td.TdClassName
{
border-color: #BE9B89;
}
.TagClassName
{
border-color: #BE9B89;
}
</style>