#BE627F

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

Shades of Tapestry #BE627F

Tints of Tapestry #BE627F

Color information

#BE627F (or 0xBE627F) is unknown color: approx Tapestry. HEX triplet: BE, 62 and 7F. RGB value is (190,98,127). Sum of RGB (Red+Green+Blue) = 190+98+127=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE627F is #419D80. Grayscale: #808080. Windows color (decimal): -4300161 or 8348350. OLE color: 8348350.

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

Color convert

RGB19098127-
CMYK00.480.330.25
HSL341.09º41.44%56.47%-
HSV(B)341.09º48.42%74.51%-
XYZ29.4321.2122.62-
YUV128.81126.98171.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 98 (38.67% from 255) = 23.61%
BLUE value IS 127 (50% from 255) = 30.60%
R=45.78%
G=23.61%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909812700.480.330.25341.0941.4456.47
HexBE627F03021191552938
Octal27614217706041315255170
Binary1011111011000101111111011000010000111001101010101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE627F; }

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

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

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

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

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

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

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

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