#BE767D

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

Shades of Tapestry #BE767D

Tints of Tapestry #BE767D

Color information

#BE767D (or 0xBE767D) is unknown color: approx Tapestry. HEX triplet: BE, 76 and 7D. RGB value is (190,118,125). Sum of RGB (Red+Green+Blue) = 190+118+125=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE767D is #418982. Grayscale: #8C8C8C. Windows color (decimal): -4295043 or 8222398. OLE color: 8222398.

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

Color convert

RGB190118125-
CMYK00.380.340.25
HSL354.17º35.64%60.39%-
HSV(B)354.17º37.89%74.51%-
XYZ31.4225.3822.65-
YUV140.33119.35163.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=43.88%
G=27.25%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011812500.380.340.25354.1735.6460.39
HexBE767D0262219162243c
Octal27616617504642315424474
Binary1011111011101101111101010011010001011001101100010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE767D; }

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

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

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

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

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

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

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

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