Shades of Quicksand #BE9E95
Tints of Quicksand #BE9E95
RGB
CMYK
RGB Variations
Color information
#BE9E95 (or 0xBE9E95) is known color: Quicksand. HEX triplet: BE, 9E and 95. RGB value is (190,158,149). Sum of RGB (Red+Green+Blue) = 190+158+149=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E95 is #41616A. Grayscale: #A6A6A6. Windows color (decimal): -4284779 or 9805502. OLE color: 9805502.
HSL color Cylindrical-coordinate representation of color #BE9E95: hue angle of 13.17º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BE9E95 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 158 | 149 | - |
CMYK | 0 | 0.17 | 0.22 | 0.25 |
HSL | 13.17º | 0.24% | 0.66% | - |
HSV(B) | 13.17º | 0.22% | 0.75% | - |
XYZ | 38.89 | 37.57 | 33.64 | - |
YUV | 166.54 | 118.1 | 144.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 158 | 149 | 0 | 0.17 | 0.22 | 0.25 | 13.17 | 0.24 | 0.66 |
Hex | BE | 9E | 95 | 0 | 11 | 16 | 19 | D | 18 | 42 |
Octal | 276 | 236 | 225 | 0 | 21 | 26 | 31 | 15 | 30 | 102 |
Binary | 10111110 | 10011110 | 10010101 | 0 | 10001 | 10110 | 11001 | 1101 | 11000 | 1000010 |
Color Harmonies of #BE9E95
Complementary color
Monochromatic Colors of #BE9E95
Black with #BE9E95
Text Example
Text Example
White with #BE9E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9E95; }
p { color: rgb(190,158,149); }
H1.HeaderClassName
{
color: #BE9E95;
}
.AnyTagClassName
{
color: #BE9E95;
}
</style>
background-color css
<style>
a { background-color: #BE9E95; }
a { background-color: rgb(190,158,149); }
div.DivClassName
{
background-color: #BE9E95;
}
.BgClassName
{
background-color: #BE9E95;
}
</style>
border-color css
<style>
span { border-color: #BE9E95; }
span { border-color: rgb(190,158,149); }
td.TdClassName
{
border-color: #BE9E95;
}
.TagClassName
{
border-color: #BE9E95;
}
</style>