#BE788A

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

Shades of Tapestry #BE788A

Tints of Tapestry #BE788A

Color information

#BE788A (or 0xBE788A) is unknown color: approx Tapestry. HEX triplet: BE, 78 and 8A. RGB value is (190,120,138). Sum of RGB (Red+Green+Blue) = 190+120+138=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE788A is #418775. Grayscale: #8E8E8E. Windows color (decimal): -4294518 or 9074878. OLE color: 9074878.

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

Color convert

RGB190120138-
CMYK00.370.270.25
HSL344.57º35%60.78%-
HSV(B)344.57º36.84%74.51%-
XYZ32.5426.2227.39-
YUV142.98125.19161.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 120 (47.27% from 255) = 26.79%
BLUE value IS 138 (54.30% from 255) = 30.80%
R=42.41%
G=26.79%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012013800.370.270.25344.573560.78
HexBE788A0251B19159233d
Octal27617021204533315314375
Binary1011111011110001000101001001011101111001101011001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE788A; }

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

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

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

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

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

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

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

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