#BE747E

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

Shades of Tapestry #BE747E

Tints of Tapestry #BE747E

Color information

#BE747E (or 0xBE747E) is unknown color: approx Tapestry. HEX triplet: BE, 74 and 7E. RGB value is (190,116,126). Sum of RGB (Red+Green+Blue) = 190+116+126=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE747E is #418B81. Grayscale: #8B8B8B. Windows color (decimal): -4295554 or 8287422. OLE color: 8287422.

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

Color convert

RGB190116126-
CMYK00.390.340.25
HSL351.89º36.27%60%-
HSV(B)351.89º38.95%74.51%-
XYZ31.2524.9422.91-
YUV139.27120.52164.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 116 (45.70% from 255) = 26.85%
BLUE value IS 126 (49.61% from 255) = 29.17%
R=43.98%
G=26.85%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011612600.390.340.25351.8936.2760
HexBE747E0272219160243c
Octal27616417604742315404474
Binary1011111011101001111110010011110001011001101100000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE747E; }

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

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

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

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

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

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

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

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