#BE6A84

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

Shades of Tapestry #BE6A84

Tints of Tapestry #BE6A84

Color information

#BE6A84 (or 0xBE6A84) is unknown color: approx Tapestry. HEX triplet: BE, 6A and 84. RGB value is (190,106,132). Sum of RGB (Red+Green+Blue) = 190+106+132=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6A84 is #41957B. Grayscale: #868686. Windows color (decimal): -4298108 or 8678078. OLE color: 8678078.

HSL color Cylindrical-coordinate representation of color #BE6A84: hue angle of 341.43º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6A84 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB190106132-
CMYK00.440.310.25
HSL341.43º39.25%58.04%-
HSV(B)341.43º44.21%74.51%-
XYZ30.5522.9224.64-
YUV134.08126.83167.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 106 (41.80% from 255) = 24.77%
BLUE value IS 132 (51.95% from 255) = 30.84%
R=44.39%
G=24.77%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010613200.440.310.25341.4339.2558.04
HexBE6A8402C1F19155273a
Octal27615220405437315254772
Binary1011111011010101000010001011001111111001101010101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A84; }

 p { color: rgb(190,106,132); }

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

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

 a { background-color: rgb(190,106,132); }

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

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

 span { border-color: rgb(190,106,132); }

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