#BE7681

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

Shades of Tapestry #BE7681

Tints of Tapestry #BE7681

Color information

#BE7681 (or 0xBE7681) is unknown color: approx Tapestry. HEX triplet: BE, 76 and 81. RGB value is (190,118,129). Sum of RGB (Red+Green+Blue) = 190+118+129=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7681 is #41897E. Grayscale: #8C8C8C. Windows color (decimal): -4295039 or 8484542. OLE color: 8484542.

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

Color convert

RGB190118129-
CMYK00.380.320.25
HSL350.83º35.64%60.39%-
HSV(B)350.83º37.89%74.51%-
XYZ31.6825.4924.02-
YUV140.78121.35163.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 118 (46.48% from 255) = 27.00%
BLUE value IS 129 (50.78% from 255) = 29.52%
R=43.48%
G=27.00%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011812900.380.320.25350.8335.6460.39
HexBE7681026201915f243c
Octal27616620104640315374474
Binary10111110111011010000001010011010000011001101011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7681; }

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

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

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

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

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

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

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

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