#BE7484

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

Shades of Tapestry #BE7484

Tints of Tapestry #BE7484

Color information

#BE7484 (or 0xBE7484) is unknown color: approx Tapestry. HEX triplet: BE, 74 and 84. RGB value is (190,116,132). Sum of RGB (Red+Green+Blue) = 190+116+132=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7484 is #418B7B. Grayscale: #8B8B8B. Windows color (decimal): -4295548 or 8680638. OLE color: 8680638.

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

Color convert

RGB190116132-
CMYK00.390.310.25
HSL347.03º36.27%60%-
HSV(B)347.03º38.95%74.51%-
XYZ31.6525.125.01-
YUV139.95123.52163.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 116 (45.70% from 255) = 26.48%
BLUE value IS 132 (51.95% from 255) = 30.14%
R=43.38%
G=26.48%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011613200.390.310.25347.0336.2760
HexBE74840271F1915b243c
Octal27616420404737315334474
Binary1011111011101001000010001001111111111001101011011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7484; }

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

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

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

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

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

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

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

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