#BE768A

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

Shades of Tapestry #BE768A

Tints of Tapestry #BE768A

Color information

#BE768A (or 0xBE768A) is unknown color: approx Tapestry. HEX triplet: BE, 76 and 8A. RGB value is (190,118,138). Sum of RGB (Red+Green+Blue) = 190+118+138=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE768A is #418975. Grayscale: #8D8D8D. Windows color (decimal): -4295030 or 9074366. OLE color: 9074366.

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

Color convert

RGB190118138-
CMYK00.380.270.25
HSL343.33º35.64%60.39%-
HSV(B)343.33º37.89%74.51%-
XYZ32.325.7427.31-
YUV141.81125.85162.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 118 (46.48% from 255) = 26.46%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=42.60%
G=26.46%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011813800.380.270.25343.3335.6460.39
HexBE768A0261B19157243c
Octal27616621204633315274474
Binary1011111011101101000101001001101101111001101010111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE768A; }

 p { color: rgb(190,118,138); }

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

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

 a { background-color: rgb(190,118,138); }

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

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

 span { border-color: rgb(190,118,138); }

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