#BE7985

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

Shades of Tapestry #BE7985

Tints of Tapestry #BE7985

Color information

#BE7985 (or 0xBE7985) is unknown color: approx Tapestry. HEX triplet: BE, 79 and 85. RGB value is (190,121,133). Sum of RGB (Red+Green+Blue) = 190+121+133=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7985 is #41867A. Grayscale: #8F8F8F. Windows color (decimal): -4294267 or 8747454. OLE color: 8747454.

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

Color convert

RGB190121133-
CMYK00.360.30.25
HSL349.57º34.67%60.98%-
HSV(B)349.57º36.32%74.51%-
XYZ32.3126.3225.57-
YUV143122.36161.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 121 (47.66% from 255) = 27.25%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=42.79%
G=27.25%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012113300.360.30.25349.5734.6760.98
HexBE79850241E1915e233d
Octal27617120504436315364375
Binary1011111011110011000010101001001111011001101011110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7985; }

 p { color: rgb(190,121,133); }

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

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

 a { background-color: rgb(190,121,133); }

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

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

 span { border-color: rgb(190,121,133); }

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