#BE968F

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

Shades of Quicksand #BE968F

Tints of Quicksand #BE968F

Color information

#BE968F (or 0xBE968F) is unknown color: approx Quicksand. HEX triplet: BE, 96 and 8F. RGB value is (190,150,143). Sum of RGB (Red+Green+Blue) = 190+150+143=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE968F is #416970. Grayscale: #A1A1A1. Windows color (decimal): -4286833 or 9410238. OLE color: 9410238.

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

Color convert

RGB190150143-
CMYK00.210.250.25
HSL8.94º26.55%65.29%-
HSV(B)8.94º24.74%74.51%-
XYZ37.134.7430.74-
YUV161.16117.75148.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 150 (58.98% from 255) = 31.06%
BLUE value IS 143 (56.25% from 255) = 29.61%
R=39.34%
G=31.06%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015014300.210.250.258.9426.5565.29
HexBE968F015191991b41
Octal27622621702531311133101
Binary10111110100101101000111101010111001110011001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE968F; }

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

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

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

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

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

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

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

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