#BE737C

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

Shades of Tapestry #BE737C

Tints of Tapestry #BE737C

Color information

#BE737C (or 0xBE737C) is unknown color: approx Tapestry. HEX triplet: BE, 73 and 7C. RGB value is (190,115,124). Sum of RGB (Red+Green+Blue) = 190+115+124=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE737C is #418C83. Grayscale: #8A8A8A. Windows color (decimal): -4295812 or 8156094. OLE color: 8156094.

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

Color convert

RGB190115124-
CMYK00.390.350.25
HSL352.8º36.59%59.8%-
HSV(B)352.8º39.47%74.51%-
XYZ3124.6622.2-
YUV138.45119.85164.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=44.29%
G=26.81%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011512400.390.350.25352.836.5959.8
HexBE737C0272319161253c
Octal27616317404743315414574
Binary1011111011100111111100010011110001111001101100001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE737C; }

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

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

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

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

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

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

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

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