#BE738C

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

Shades of Tapestry #BE738C

Tints of Tapestry #BE738C

Color information

#BE738C (or 0xBE738C) is unknown color: approx Tapestry. HEX triplet: BE, 73 and 8C. RGB value is (190,115,140). Sum of RGB (Red+Green+Blue) = 190+115+140=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE738C is #418C73. Grayscale: #8C8C8C. Windows color (decimal): -4295796 or 9204670. OLE color: 9204670.

HSL color Cylindrical-coordinate representation of color #BE738C: hue angle of 340º degrees, saturation: 0.37, 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 #BE738C is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB190115140-
CMYK00.390.260.25
HSL340º36.59%59.8%-
HSV(B)340º39.47%74.51%-
XYZ32.125.127.96-
YUV140.28127.85163.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 115 (45.31% from 255) = 25.84%
BLUE value IS 140 (55.08% from 255) = 31.46%
R=42.70%
G=25.84%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011514000.390.260.2534036.5959.8
HexBE738C0271A19154253c
Octal27616321404732315244574
Binary1011111011100111000110001001111101011001101010100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE738C; }

 p { color: rgb(190,115,140); }

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

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

 a { background-color: rgb(190,115,140); }

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

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

 span { border-color: rgb(190,115,140); }

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