#BE9786

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

Shades of Quicksand #BE9786

Tints of Quicksand #BE9786

Color information

#BE9786 (or 0xBE9786) is unknown color: approx Quicksand. HEX triplet: BE, 97 and 86. RGB value is (190,151,134). Sum of RGB (Red+Green+Blue) = 190+151+134=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9786 is #416879. Grayscale: #A0A0A0. Windows color (decimal): -4286586 or 8820670. OLE color: 8820670.

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

Color convert

RGB190151134-
CMYK00.210.290.25
HSL18.21º30.11%63.53%-
HSV(B)18.21º29.47%74.51%-
XYZ36.634.827.34-
YUV160.72112.92148.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 151 (59.38% from 255) = 31.79%
BLUE value IS 134 (52.73% from 255) = 28.21%
R=40%
G=31.79%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015113400.210.290.2518.2130.1163.53
HexBE97860151D19121e40
Octal27622720602535312236100
Binary101111101001011110000110010101111011100110010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9786; }

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

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

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

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

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

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

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

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