#BE9993

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

Shades of Quicksand #BE9993

Tints of Quicksand #BE9993

Color information

#BE9993 (or 0xBE9993) is unknown color: approx Quicksand. HEX triplet: BE, 99 and 93. RGB value is (190,153,147). Sum of RGB (Red+Green+Blue) = 190+153+147=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9993 is #41666C. Grayscale: #A3A3A3. Windows color (decimal): -4286061 or 9673150. OLE color: 9673150.

HSL color Cylindrical-coordinate representation of color #BE9993: hue angle of 8.37º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE9993 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB190153147-
CMYK00.190.230.25
HSL8.37º24.86%66.08%-
HSV(B)8.37º22.63%74.51%-
XYZ37.8935.8432.52-
YUV163.38118.76146.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 147 (57.81% from 255) = 30%
R=38.78%
G=31.22%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015314700.190.230.258.3724.8666.08
HexBE9993013171981942
Octal27623122302327311031102
Binary10111110100110011001001101001110111110011000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9993; }

 p { color: rgb(190,153,147); }

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

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

 a { background-color: rgb(190,153,147); }

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

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

 span { border-color: rgb(190,153,147); }

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