#BE9180

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

Shades of Quicksand #BE9180

Tints of Quicksand #BE9180

Color information

#BE9180 (or 0xBE9180) is unknown color: approx Quicksand. HEX triplet: BE, 91 and 80. RGB value is (190,145,128). Sum of RGB (Red+Green+Blue) = 190+145+128=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9180 is #416E7F. Grayscale: #9C9C9C. Windows color (decimal): -4288128 or 8425918. OLE color: 8425918.

HSL color Cylindrical-coordinate representation of color #BE9180: hue angle of 16.45º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE9180 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB190145128-
CMYK00.240.330.25
HSL16.45º32.29%62.35%-
HSV(B)16.45º32.63%74.51%-
XYZ35.2632.7624.89-
YUV156.52111.91151.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 145 (57.03% from 255) = 31.32%
BLUE value IS 128 (50.39% from 255) = 27.65%
R=41.04%
G=31.32%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014512800.240.330.2516.4532.2962.35
HexBE9180018211910203e
Octal2762212000304131204076
Binary1011111010010001100000000110001000011100110000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9180; }

 p { color: rgb(190,145,128); }

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

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

 a { background-color: rgb(190,145,128); }

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

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

 span { border-color: rgb(190,145,128); }

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