#BE668A

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

Shades of Tapestry #BE668A

Tints of Tapestry #BE668A

Color information

#BE668A (or 0xBE668A) is unknown color: approx Tapestry. HEX triplet: BE, 66 and 8A. RGB value is (190,102,138). Sum of RGB (Red+Green+Blue) = 190+102+138=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE668A is #419975. Grayscale: #848484. Windows color (decimal): -4299126 or 9070270. OLE color: 9070270.

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

Color convert

RGB190102138-
CMYK00.460.270.25
HSL335.45º40.37%57.25%-
HSV(B)335.45º46.32%74.51%-
XYZ30.5722.2826.73-
YUV132.42131.15169.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 138 (54.30% from 255) = 32.09%
R=44.19%
G=23.72%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010213800.460.270.25335.4540.3757.25
HexBE668A02E1B1914f2839
Octal27614621205633315175071
Binary1011111011001101000101001011101101111001101001111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE668A; }

 p { color: rgb(190,102,138); }

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

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

 a { background-color: rgb(190,102,138); }

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

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

 span { border-color: rgb(190,102,138); }

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