#BE9383

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

Shades of Quicksand #BE9383

Tints of Quicksand #BE9383

Color information

#BE9383 (or 0xBE9383) is unknown color: approx Quicksand. HEX triplet: BE, 93 and 83. RGB value is (190,147,131). Sum of RGB (Red+Green+Blue) = 190+147+131=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9383 is #416C7C. Grayscale: #9E9E9E. Windows color (decimal): -4287613 or 8623038. OLE color: 8623038.

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

Color convert

RGB190147131-
CMYK00.230.310.25
HSL16.27º31.22%62.94%-
HSV(B)16.27º31.05%74.51%-
XYZ35.7733.4526.04-
YUV158.03112.75150.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 147 (57.81% from 255) = 31.41%
BLUE value IS 131 (51.56% from 255) = 27.99%
R=40.60%
G=31.41%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014713100.230.310.2516.2731.2262.94
HexBE93830171F19101f3f
Octal2762232030273731203777
Binary10111110100100111000001101011111111110011000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9383; }

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

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

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

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

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

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

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

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