#BE9585

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

Shades of Quicksand #BE9585

Tints of Quicksand #BE9585

Color information

#BE9585 (or 0xBE9585) is unknown color: approx Quicksand. HEX triplet: BE, 95 and 85. RGB value is (190,149,133). Sum of RGB (Red+Green+Blue) = 190+149+133=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9585 is #416A7A. Grayscale: #9F9F9F. Windows color (decimal): -4287099 or 8754622. OLE color: 8754622.

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

Color convert

RGB190149133-
CMYK00.220.30.25
HSL16.84º30.48%63.33%-
HSV(B)16.84º30%74.51%-
XYZ36.2234.1426.87-
YUV159.44113.08149.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 133 (52.34% from 255) = 28.18%
R=40.25%
G=31.57%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014913300.220.30.2516.8430.4863.33
HexBE95850161E19111e3f
Octal2762252050263631213677
Binary10111110100101011000010101011011110110011000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9585; }

 p { color: rgb(190,149,133); }

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

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

 a { background-color: rgb(190,149,133); }

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

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

 span { border-color: rgb(190,149,133); }

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