#BE7085

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

Shades of Tapestry #BE7085

Tints of Tapestry #BE7085

Color information

#BE7085 (or 0xBE7085) is unknown color: approx Tapestry. HEX triplet: BE, 70 and 85. RGB value is (190,112,133). Sum of RGB (Red+Green+Blue) = 190+112+133=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7085 is #418F7A. Grayscale: #898989. Windows color (decimal): -4296571 or 8745150. OLE color: 8745150.

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

Color convert

RGB190112133-
CMYK00.410.30.25
HSL343.85º37.5%59.22%-
HSV(B)343.85º41.05%74.51%-
XYZ31.2624.2325.22-
YUV137.72125.34165.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 112 (44.14% from 255) = 25.75%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=43.68%
G=25.75%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011213300.410.30.25343.8537.559.22
HexBE70850291E19158263b
Octal27616020505136315304673
Binary1011111011100001000010101010011111011001101011000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7085; }

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

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

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

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

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

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

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

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