#BE738D

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

Shades of Tapestry #BE738D

Tints of Tapestry #BE738D

Color information

#BE738D (or 0xBE738D) is unknown color: approx Tapestry. HEX triplet: BE, 73 and 8D. RGB value is (190,115,141). Sum of RGB (Red+Green+Blue) = 190+115+141=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE738D is #418C72. Grayscale: #8C8C8C. Windows color (decimal): -4295795 or 9270206. OLE color: 9270206.

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

Color convert

RGB190115141-
CMYK00.390.260.25
HSL339.2º36.59%59.8%-
HSV(B)339.2º39.47%74.51%-
XYZ32.1725.1328.35-
YUV140.39128.35163.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=42.60%
G=25.78%
B=31.61%

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
Decimal19011514100.390.260.25339.236.5959.8
HexBE738D0271A19153253c
Octal27616321504732315234574
Binary1011111011100111000110101001111101011001101010011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE738D; }

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

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

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

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

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

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

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

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