#BE9C93

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

Shades of Quicksand #BE9C93

Tints of Quicksand #BE9C93

Color information

#BE9C93 (or 0xBE9C93) is unknown color: approx Quicksand. HEX triplet: BE, 9C and 93. RGB value is (190,156,147). Sum of RGB (Red+Green+Blue) = 190+156+147=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9C93 is #41636C. Grayscale: #A5A5A5. Windows color (decimal): -4285293 or 9673918. OLE color: 9673918.

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

Color convert

RGB190156147-
CMYK00.180.230.25
HSL12.56º24.86%66.08%-
HSV(B)12.56º22.63%74.51%-
XYZ38.3936.8332.69-
YUV165.14117.76145.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 156 (61.33% from 255) = 31.64%
BLUE value IS 147 (57.81% from 255) = 29.82%
R=38.54%
G=31.64%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015614700.180.230.2512.5624.8666.08
HexBE9C930121719d1942
Octal27623422302227311531102
Binary10111110100111001001001101001010111110011101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C93; }

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

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

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

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

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

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

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

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