#BE5F7B

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

Shades of Tapestry #BE5F7B

Tints of Tapestry #BE5F7B

Color information

#BE5F7B (or 0xBE5F7B) is unknown color: approx Tapestry. HEX triplet: BE, 5F and 7B. RGB value is (190,95,123). Sum of RGB (Red+Green+Blue) = 190+95+123=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5F7B is #41A084. Grayscale: #7E7E7E. Windows color (decimal): -4300933 or 8085438. OLE color: 8085438.

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

Color convert

RGB19095123-
CMYK00.50.350.25
HSL342.32º42.22%55.88%-
HSV(B)342.32º50%74.51%-
XYZ28.920.5621.18-
YUV126.6125.97173.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.57%
GREEN value IS 95 (37.5% from 255) = 23.28%
BLUE value IS 123 (48.44% from 255) = 30.15%
R=46.57%
G=23.28%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909512300.50.350.25342.3242.2255.88
HexBE5F7B03223191562a38
Octal27613717306243315265270
Binary1011111010111111111011011001010001111001101010110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5F7B; }

 p { color: rgb(190,95,123); }

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

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

 a { background-color: rgb(190,95,123); }

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

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

 span { border-color: rgb(190,95,123); }

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