#BE9386

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

Shades of Quicksand #BE9386

Tints of Quicksand #BE9386

Color information

#BE9386 (or 0xBE9386) is unknown color: approx Quicksand. HEX triplet: BE, 93 and 86. RGB value is (190,147,134). Sum of RGB (Red+Green+Blue) = 190+147+134=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9386 is #416C79. Grayscale: #9E9E9E. Windows color (decimal): -4287610 or 8819646. OLE color: 8819646.

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

Color convert

RGB190147134-
CMYK00.230.290.25
HSL13.93º30.11%63.53%-
HSV(B)13.93º29.47%74.51%-
XYZ35.9733.5427.13-
YUV158.38114.25150.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 134 (52.73% from 255) = 28.45%
R=40.34%
G=31.21%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014713400.230.290.2513.9330.1163.53
HexBE93860171D19e1e40
Octal27622320602735311636100
Binary10111110100100111000011001011111101110011110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9386; }

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

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

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

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

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

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

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

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