#BE7487

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

Shades of Tapestry #BE7487

Tints of Tapestry #BE7487

Color information

#BE7487 (or 0xBE7487) is unknown color: approx Tapestry. HEX triplet: BE, 74 and 87. RGB value is (190,116,135). Sum of RGB (Red+Green+Blue) = 190+116+135=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7487 is #418B78. Grayscale: #8C8C8C. Windows color (decimal): -4295545 or 8877246. OLE color: 8877246.

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

Color convert

RGB190116135-
CMYK00.390.290.25
HSL344.59º36.27%60%-
HSV(B)344.59º38.95%74.51%-
XYZ31.8525.1926.1-
YUV140.29125.02163.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 116 (45.70% from 255) = 26.30%
BLUE value IS 135 (53.12% from 255) = 30.61%
R=43.08%
G=26.30%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011613500.390.290.25344.5936.2760
HexBE74870271D19159243c
Octal27616420704735315314474
Binary1011111011101001000011101001111110111001101011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7487; }

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

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

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

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

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

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

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

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