#BE748A

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

Shades of Tapestry #BE748A

Tints of Tapestry #BE748A

Color information

#BE748A (or 0xBE748A) is unknown color: approx Tapestry. HEX triplet: BE, 74 and 8A. RGB value is (190,116,138). Sum of RGB (Red+Green+Blue) = 190+116+138=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE748A is #418B75. Grayscale: #8C8C8C. Windows color (decimal): -4295542 or 9073854. OLE color: 9073854.

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

Color convert

RGB190116138-
CMYK00.390.270.25
HSL342.16º36.27%60%-
HSV(B)342.16º38.95%74.51%-
XYZ32.0725.2727.23-
YUV140.63126.52163.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 116 (45.70% from 255) = 26.13%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=42.79%
G=26.13%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011613800.390.270.25342.1636.2760
HexBE748A0271B19156243c
Octal27616421204733315264474
Binary1011111011101001000101001001111101111001101010110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE748A; }

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

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

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

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

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

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

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

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