#BE737D

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

Shades of Tapestry #BE737D

Tints of Tapestry #BE737D

Color information

#BE737D (or 0xBE737D) is unknown color: approx Tapestry. HEX triplet: BE, 73 and 7D. RGB value is (190,115,125). Sum of RGB (Red+Green+Blue) = 190+115+125=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE737D is #418C82. Grayscale: #8A8A8A. Windows color (decimal): -4295811 or 8221630. OLE color: 8221630.

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

Color convert

RGB190115125-
CMYK00.390.340.25
HSL352º36.59%59.8%-
HSV(B)352º39.47%74.51%-
XYZ31.0724.6922.53-
YUV138.56120.35164.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=44.19%
G=26.74%
B=29.07%

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
Decimal19011512500.390.340.2535236.5959.8
HexBE737D0272219160253c
Octal27616317504742315404574
Binary1011111011100111111101010011110001011001101100000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE737D; }

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

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

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

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

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

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

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

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