#BE9687

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

Shades of Quicksand #BE9687

Tints of Quicksand #BE9687

Color information

#BE9687 (or 0xBE9687) is unknown color: approx Quicksand. HEX triplet: BE, 96 and 87. RGB value is (190,150,135). Sum of RGB (Red+Green+Blue) = 190+150+135=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9687 is #416978. Grayscale: #A0A0A0. Windows color (decimal): -4286841 or 8885950. OLE color: 8885950.

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

Color convert

RGB190150135-
CMYK00.210.290.25
HSL16.36º29.73%63.73%-
HSV(B)16.36º28.95%74.51%-
XYZ36.5134.5127.66-
YUV160.25113.75149.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 135 (53.12% from 255) = 28.42%
R=40%
G=31.58%
B=28.42%

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
Decimal19015013500.210.290.2516.3629.7363.73
HexBE96870151D19101e40
Octal27622620702535312036100
Binary101111101001011010000111010101111011100110000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9687; }

 p { color: rgb(190,150,135); }

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

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

 a { background-color: rgb(190,150,135); }

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

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

 span { border-color: rgb(190,150,135); }

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