#BE627E

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

Shades of Tapestry #BE627E

Tints of Tapestry #BE627E

Color information

#BE627E (or 0xBE627E) is unknown color: approx Tapestry. HEX triplet: BE, 62 and 7E. RGB value is (190,98,126). Sum of RGB (Red+Green+Blue) = 190+98+126=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE627E is #419D81. Grayscale: #808080. Windows color (decimal): -4300162 or 8282814. OLE color: 8282814.

HSL color Cylindrical-coordinate representation of color #BE627E: hue angle of 341.74º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE627E is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19098126-
CMYK00.480.340.25
HSL341.74º41.44%56.47%-
HSV(B)341.74º48.42%74.51%-
XYZ29.3721.1922.28-
YUV128.7126.48171.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 98 (38.67% from 255) = 23.67%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=45.89%
G=23.67%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909812600.480.340.25341.7441.4456.47
HexBE627E03022191562938
Octal27614217606042315265170
Binary1011111011000101111110011000010001011001101010110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE627E; }

 p { color: rgb(190,98,126); }

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

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

 a { background-color: rgb(190,98,126); }

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

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

 span { border-color: rgb(190,98,126); }

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