#BE747D

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

Shades of Tapestry #BE747D

Tints of Tapestry #BE747D

Color information

#BE747D (or 0xBE747D) is unknown color: approx Tapestry. HEX triplet: BE, 74 and 7D. RGB value is (190,116,125). Sum of RGB (Red+Green+Blue) = 190+116+125=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE747D is #418B82. Grayscale: #8B8B8B. Windows color (decimal): -4295555 or 8221886. OLE color: 8221886.

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

Color convert

RGB190116125-
CMYK00.390.340.25
HSL352.7º36.27%60%-
HSV(B)352.7º38.95%74.51%-
XYZ31.1824.9222.57-
YUV139.15120.02164.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 116 (45.70% from 255) = 26.91%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=44.08%
G=26.91%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011612500.390.340.25352.736.2760
HexBE747D0272219161243c
Octal27616417504742315414474
Binary1011111011101001111101010011110001011001101100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE747D; }

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

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

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

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

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

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

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

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