#BE697E

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

Shades of Tapestry #BE697E

Tints of Tapestry #BE697E

Color information

#BE697E (or 0xBE697E) is unknown color: approx Tapestry. HEX triplet: BE, 69 and 7E. RGB value is (190,105,126). Sum of RGB (Red+Green+Blue) = 190+105+126=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE697E is #419681. Grayscale: #848484. Windows color (decimal): -4298370 or 8284606. OLE color: 8284606.

HSL color Cylindrical-coordinate representation of color #BE697E: hue angle of 345.18º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE697E is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB190105126-
CMYK00.450.340.25
HSL345.18º39.53%57.84%-
HSV(B)345.18º44.74%74.51%-
XYZ30.0522.5622.51-
YUV132.81124.16168.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 126 (49.61% from 255) = 29.93%
R=45.13%
G=24.94%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010512600.450.340.25345.1839.5357.84
HexBE697E02D2219159283a
Octal27615117605542315315072
Binary1011111011010011111110010110110001011001101011001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE697E; }

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

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

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

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

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

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

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

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