#BE9486

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

Shades of Quicksand #BE9486

Tints of Quicksand #BE9486

Color information

#BE9486 (or 0xBE9486) is unknown color: approx Quicksand. HEX triplet: BE, 94 and 86. RGB value is (190,148,134). Sum of RGB (Red+Green+Blue) = 190+148+134=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9486 is #416B79. Grayscale: #9F9F9F. Windows color (decimal): -4287354 or 8819902. OLE color: 8819902.

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

Color convert

RGB190148134-
CMYK00.220.290.25
HSL15º30.11%63.53%-
HSV(B)15º29.47%74.51%-
XYZ36.1333.8527.18-
YUV158.96113.91150.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 148 (58.20% from 255) = 31.36%
BLUE value IS 134 (52.73% from 255) = 28.39%
R=40.25%
G=31.36%
B=28.39%

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
Decimal19014813400.220.290.251530.1163.53
HexBE94860161D19f1e40
Octal27622420602635311736100
Binary10111110100101001000011001011011101110011111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9486; }

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

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

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

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

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

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

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

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