#BE9586

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

Shades of Quicksand #BE9586

Tints of Quicksand #BE9586

Color information

#BE9586 (or 0xBE9586) is unknown color: approx Quicksand. HEX triplet: BE, 95 and 86. RGB value is (190,149,134). Sum of RGB (Red+Green+Blue) = 190+149+134=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9586 is #416A79. Grayscale: #9F9F9F. Windows color (decimal): -4287098 or 8820158. OLE color: 8820158.

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

Color convert

RGB190149134-
CMYK00.220.290.25
HSL16.07º30.11%63.53%-
HSV(B)16.07º29.47%74.51%-
XYZ36.2934.1627.24-
YUV159.55113.58149.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 149 (58.59% from 255) = 31.50%
BLUE value IS 134 (52.73% from 255) = 28.33%
R=40.17%
G=31.50%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014913400.220.290.2516.0730.1163.53
HexBE95860161D19101e40
Octal27622520602635312036100
Binary101111101001010110000110010110111011100110000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9586; }

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

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

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

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

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

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

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

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