#BE7485

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

Shades of Tapestry #BE7485

Tints of Tapestry #BE7485

Color information

#BE7485 (or 0xBE7485) is unknown color: approx Tapestry. HEX triplet: BE, 74 and 85. RGB value is (190,116,133). Sum of RGB (Red+Green+Blue) = 190+116+133=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7485 is #418B7A. Grayscale: #8C8C8C. Windows color (decimal): -4295547 or 8746174. OLE color: 8746174.

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

Color convert

RGB190116133-
CMYK00.390.30.25
HSL346.22º36.27%60%-
HSV(B)346.22º38.95%74.51%-
XYZ31.7125.1325.37-
YUV140.06124.02163.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 133 (52.34% from 255) = 30.30%
R=43.28%
G=26.42%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011613300.390.30.25346.2236.2760
HexBE74850271E1915a243c
Octal27616420504736315324474
Binary1011111011101001000010101001111111011001101011010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7485; }

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

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

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

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

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

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

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

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