#BE6B75

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

Shades of Tapestry #BE6B75

Tints of Tapestry #BE6B75

Color information

#BE6B75 (or 0xBE6B75) is unknown color: approx Tapestry. HEX triplet: BE, 6B and 75. RGB value is (190,107,117). Sum of RGB (Red+Green+Blue) = 190+107+117=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6B75 is #41948A. Grayscale: #858585. Windows color (decimal): -4297867 or 7695294. OLE color: 7695294.

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

Color convert

RGB190107117-
CMYK00.440.380.25
HSL352.77º38.97%58.24%-
HSV(B)352.77º43.68%74.51%-
XYZ29.722.7519.65-
YUV132.96119168.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 107 (42.19% from 255) = 25.85%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=45.89%
G=25.85%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010711700.440.380.25352.7738.9758.24
HexBE6B7502C2619161273a
Octal27615316505446315414772
Binary1011111011010111110101010110010011011001101100001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6B75; }

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

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

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

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

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

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

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

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