#BE747B

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

Shades of Tapestry #BE747B

Tints of Tapestry #BE747B

Color information

#BE747B (or 0xBE747B) is unknown color: approx Tapestry. HEX triplet: BE, 74 and 7B. RGB value is (190,116,123). Sum of RGB (Red+Green+Blue) = 190+116+123=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE747B is #418B84. Grayscale: #8A8A8A. Windows color (decimal): -4295557 or 8090814. OLE color: 8090814.

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

Color convert

RGB190116123-
CMYK00.390.350.25
HSL354.32º36.27%60%-
HSV(B)354.32º38.95%74.51%-
XYZ31.0624.8721.9-
YUV138.92119.02164.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 116 (45.70% from 255) = 27.04%
BLUE value IS 123 (48.44% from 255) = 28.67%
R=44.29%
G=27.04%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011612300.390.350.25354.3236.2760
HexBE747B0272319162243c
Octal27616417304743315424474
Binary1011111011101001111011010011110001111001101100010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE747B; }

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

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

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

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

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

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

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

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