#BE7A7E

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

Shades of Tapestry #BE7A7E

Tints of Tapestry #BE7A7E

Color information

#BE7A7E (or 0xBE7A7E) is unknown color: approx Tapestry. HEX triplet: BE, 7A and 7E. RGB value is (190,122,126). Sum of RGB (Red+Green+Blue) = 190+122+126=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A7E is #418581. Grayscale: #8E8E8E. Windows color (decimal): -4294018 or 8288958. OLE color: 8288958.

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

Color convert

RGB190122126-
CMYK00.360.340.25
HSL356.47º34.34%61.18%-
HSV(B)356.47º35.79%74.51%-
XYZ31.9626.3723.14-
YUV142.79118.53161.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 122 (48.05% from 255) = 27.85%
BLUE value IS 126 (49.61% from 255) = 28.77%
R=43.38%
G=27.85%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012212600.360.340.25356.4734.3461.18
HexBE7A7E0242219164223d
Octal27617217604442315444275
Binary1011111011110101111110010010010001011001101100100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A7E; }

 p { color: rgb(190,122,126); }

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

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

 a { background-color: rgb(190,122,126); }

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

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

 span { border-color: rgb(190,122,126); }

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