#BE6F7A

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

Shades of Tapestry #BE6F7A

Tints of Tapestry #BE6F7A

Color information

#BE6F7A (or 0xBE6F7A) is unknown color: approx Tapestry. HEX triplet: BE, 6F and 7A. RGB value is (190,111,122). Sum of RGB (Red+Green+Blue) = 190+111+122=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6F7A is #419085. Grayscale: #878787. Windows color (decimal): -4296838 or 8023998. OLE color: 8023998.

HSL color Cylindrical-coordinate representation of color #BE6F7A: hue angle of 351.65º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6F7A is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB190111122-
CMYK00.420.360.25
HSL351.65º37.8%59.02%-
HSV(B)351.65º41.58%74.51%-
XYZ30.4323.7221.39-
YUV135.88120.17166.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=44.92%
G=26.24%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011112200.420.360.25351.6537.859.02
HexBE6F7A02A2419160263b
Octal27615717205244315404673
Binary1011111011011111111010010101010010011001101100000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6F7A; }

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

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

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

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

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

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

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

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