#BE9389

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

Shades of Quicksand #BE9389

Tints of Quicksand #BE9389

Color information

#BE9389 (or 0xBE9389) is unknown color: approx Quicksand. HEX triplet: BE, 93 and 89. RGB value is (190,147,137). Sum of RGB (Red+Green+Blue) = 190+147+137=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9389 is #416C76. Grayscale: #9E9E9E. Windows color (decimal): -4287607 or 9016254. OLE color: 9016254.

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

Color convert

RGB190147137-
CMYK00.230.280.25
HSL11.32º28.96%64.12%-
HSV(B)11.32º27.89%74.51%-
XYZ36.1833.6228.25-
YUV158.72115.75150.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 147 (57.81% from 255) = 31.01%
BLUE value IS 137 (53.91% from 255) = 28.90%
R=40.08%
G=31.01%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014713700.230.280.2511.3228.9664.12
HexBE93890171C19b1d40
Octal27622321102734311335100
Binary10111110100100111000100101011111100110011011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9389; }

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

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

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

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

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

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

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

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