#BE6773

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

Shades of Tapestry #BE6773

Tints of Tapestry #BE6773

Color information

#BE6773 (or 0xBE6773) is unknown color: approx Tapestry. HEX triplet: BE, 67 and 73. RGB value is (190,103,115). Sum of RGB (Red+Green+Blue) = 190+103+115=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6773 is #41988C. Grayscale: #828282. Windows color (decimal): -4298893 or 7563198. OLE color: 7563198.

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

Color convert

RGB190103115-
CMYK00.460.390.25
HSL351.72º40.09%57.45%-
HSV(B)351.72º45.79%74.51%-
XYZ29.1821.8918.91-
YUV130.38119.32170.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.57%
GREEN value IS 103 (40.62% from 255) = 25.25%
BLUE value IS 115 (45.31% from 255) = 28.19%
R=46.57%
G=25.25%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010311500.460.390.25351.7240.0957.45
HexBE677302E27191602839
Octal27614716305647315405071
Binary1011111011001111110011010111010011111001101100000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6773; }

 p { color: rgb(190,103,115); }

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

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

 a { background-color: rgb(190,103,115); }

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

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

 span { border-color: rgb(190,103,115); }

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