#BE757D

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

Shades of Tapestry #BE757D

Tints of Tapestry #BE757D

Color information

#BE757D (or 0xBE757D) is unknown color: approx Tapestry. HEX triplet: BE, 75 and 7D. RGB value is (190,117,125). Sum of RGB (Red+Green+Blue) = 190+117+125=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE757D is #418A82. Grayscale: #8B8B8B. Windows color (decimal): -4295299 or 8222142. OLE color: 8222142.

HSL color Cylindrical-coordinate representation of color #BE757D: hue angle of 353.42º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE757D is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB190117125-
CMYK00.380.340.25
HSL353.42º35.96%60.2%-
HSV(B)353.42º38.42%74.51%-
XYZ31.325.1522.61-
YUV139.74119.68163.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 117 (46.09% from 255) = 27.08%
BLUE value IS 125 (49.22% from 255) = 28.94%
R=43.98%
G=27.08%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011712500.380.340.25353.4235.9660.2
HexBE757D0262219161243c
Octal27616517504642315414474
Binary1011111011101011111101010011010001011001101100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE757D; }

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

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

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

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

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

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

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

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