#BE9C94

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

Shades of Quicksand #BE9C94

Tints of Quicksand #BE9C94

Color information

#BE9C94 (or 0xBE9C94) is unknown color: approx Quicksand. HEX triplet: BE, 9C and 94. RGB value is (190,156,148). Sum of RGB (Red+Green+Blue) = 190+156+148=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9C94 is #41636B. Grayscale: #A5A5A5. Windows color (decimal): -4285292 or 9739454. OLE color: 9739454.

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

Color convert

RGB190156148-
CMYK00.180.220.25
HSL11.43º24.42%66.27%-
HSV(B)11.43º22.11%74.51%-
XYZ38.4736.8633.1-
YUV165.25118.26145.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=38.46%
G=31.58%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015614800.180.220.2511.4324.4266.27
HexBE9C940121619b1842
Octal27623422402226311330102
Binary10111110100111001001010001001010110110011011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C94; }

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

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

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

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

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

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

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

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