#BE9388

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

Shades of Quicksand #BE9388

Tints of Quicksand #BE9388

Color information

#BE9388 (or 0xBE9388) is unknown color: approx Quicksand. HEX triplet: BE, 93 and 88. RGB value is (190,147,136). Sum of RGB (Red+Green+Blue) = 190+147+136=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9388 is #416C77. Grayscale: #9E9E9E. Windows color (decimal): -4287608 or 8950718. OLE color: 8950718.

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

Color convert

RGB190147136-
CMYK00.230.280.25
HSL12.22º29.35%63.92%-
HSV(B)12.22º28.42%74.51%-
XYZ36.1133.5927.87-
YUV158.6115.25150.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 147 (57.81% from 255) = 31.08%
BLUE value IS 136 (53.52% from 255) = 28.75%
R=40.17%
G=31.08%
B=28.75%

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
Decimal19014713600.230.280.2512.2229.3563.92
HexBE93880171C19c1d40
Octal27622321002734311435100
Binary10111110100100111000100001011111100110011100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9388; }

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

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

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

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

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

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

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

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