#BE627D

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

Shades of Tapestry #BE627D

Tints of Tapestry #BE627D

Color information

#BE627D (or 0xBE627D) is unknown color: approx Tapestry. HEX triplet: BE, 62 and 7D. RGB value is (190,98,125). Sum of RGB (Red+Green+Blue) = 190+98+125=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE627D is #419D82. Grayscale: #808080. Windows color (decimal): -4300163 or 8217278. OLE color: 8217278.

HSL color Cylindrical-coordinate representation of color #BE627D: hue angle of 342.39º 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 #BE627D is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19098125-
CMYK00.480.340.25
HSL342.39º41.44%56.47%-
HSV(B)342.39º48.42%74.51%-
XYZ29.321.1621.94-
YUV128.59125.98171.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.00%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 125 (49.22% from 255) = 30.27%
R=46.00%
G=23.73%
B=30.27%

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
Decimal1909812500.480.340.25342.3941.4456.47
HexBE627D03022191562938
Octal27614217506042315265170
Binary1011111011000101111101011000010001011001101010110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE627D; }

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

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

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

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

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

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

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

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