#BE6675

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

Shades of Tapestry #BE6675

Tints of Tapestry #BE6675

Color information

#BE6675 (or 0xBE6675) is unknown color: approx Tapestry. HEX triplet: BE, 66 and 75. RGB value is (190,102,117). Sum of RGB (Red+Green+Blue) = 190+102+117=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6675 is #41998A. Grayscale: #828282. Windows color (decimal): -4299147 or 7694014. OLE color: 7694014.

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

Color convert

RGB190102117-
CMYK00.460.380.25
HSL349.77º40.37%57.25%-
HSV(B)349.77º46.32%74.51%-
XYZ29.221.7319.49-
YUV130.02120.65170.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 102 (40.23% from 255) = 24.94%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=46.45%
G=24.94%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010211700.460.380.25349.7740.3757.25
HexBE667502E261915e2839
Octal27614616505646315365071
Binary1011111011001101110101010111010011011001101011110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6675; }

 p { color: rgb(190,102,117); }

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

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

 a { background-color: rgb(190,102,117); }

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

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

 span { border-color: rgb(190,102,117); }

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