#BE748F

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

Shades of Tapestry #BE748F

Tints of Tapestry #BE748F

Color information

#BE748F (or 0xBE748F) is unknown color: approx Tapestry. HEX triplet: BE, 74 and 8F. RGB value is (190,116,143). Sum of RGB (Red+Green+Blue) = 190+116+143=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE748F is #418B70. Grayscale: #8D8D8D. Windows color (decimal): -4295537 or 9401534. OLE color: 9401534.

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

Color convert

RGB190116143-
CMYK00.390.250.25
HSL338.11º36.27%60%-
HSV(B)338.11º38.95%74.51%-
XYZ32.4425.4229.18-
YUV141.2129.02162.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 116 (45.70% from 255) = 25.84%
BLUE value IS 143 (56.25% from 255) = 31.85%
R=42.32%
G=25.84%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011614300.390.250.25338.1136.2760
HexBE748F0271919152243c
Octal27616421704731315224474
Binary1011111011101001000111101001111100111001101010010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE748F; }

 p { color: rgb(190,116,143); }

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

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

 a { background-color: rgb(190,116,143); }

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

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

 span { border-color: rgb(190,116,143); }

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