#BE968C

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

Shades of Quicksand #BE968C

Tints of Quicksand #BE968C

Color information

#BE968C (or 0xBE968C) is unknown color: approx Quicksand. HEX triplet: BE, 96 and 8C. RGB value is (190,150,140). Sum of RGB (Red+Green+Blue) = 190+150+140=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE968C is #416973. Grayscale: #A0A0A0. Windows color (decimal): -4286836 or 9213630. OLE color: 9213630.

HSL color Cylindrical-coordinate representation of color #BE968C: hue angle of 12º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE968C is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB190150140-
CMYK00.210.260.25
HSL12º27.78%64.71%-
HSV(B)12º26.32%74.51%-
XYZ36.8834.6529.56-
YUV160.82116.25148.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 140 (55.08% from 255) = 29.17%
R=39.58%
G=31.25%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015014000.210.260.251227.7864.71
HexBE968C0151A19c1c41
Octal27622621402532311434101
Binary10111110100101101000110001010111010110011100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE968C; }

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

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

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

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

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

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

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

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