#BE9F95

Color #BE9F95 Quicksand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quicksand #BE9F95

Tints of Quicksand #BE9F95

Color information

#BE9F95 (or 0xBE9F95) is unknown color: approx Quicksand. HEX triplet: BE, 9F and 95. RGB value is (190,159,149). Sum of RGB (Red+Green+Blue) = 190+159+149=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9F95 is #41606A. Grayscale: #A7A7A7. Windows color (decimal): -4284523 or 9805758. OLE color: 9805758.

HSL color Cylindrical-coordinate representation of color #BE9F95: hue angle of 14.63º 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 #BE9F95 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB190159149-
CMYK00.160.220.25
HSL14.63º23.98%66.47%-
HSV(B)14.63º21.58%74.51%-
XYZ39.0637.9133.69-
YUV167.13117.77144.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=38.15%
G=31.93%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015914900.160.220.2514.6323.9866.47
HexBE9F950101619f1842
Octal27623722502026311730102
Binary10111110100111111001010101000010110110011111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9F95; }

 p { color: rgb(190,159,149); }

 H1.HeaderClassName
 {
   color: #BE9F95;
 }
 .AnyTagClassName
 {
   color: #BE9F95;
 }
</style>
background-color css

<style>
 a { background-color: #BE9F95; }

 a { background-color: rgb(190,159,149); }

 div.DivClassName
 {
   background-color: #BE9F95;
 }
 .BgClassName
 {
   background-color: #BE9F95;
 }
</style>
border-color css

<style>
 span { border-color: #BE9F95; }

 span { border-color: rgb(190,159,149); }

 td.TdClassName
 {
   border-color: #BE9F95;
 }
 .TagClassName
 {
   border-color: #BE9F95;
 }
</style>