#BE727A

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

Shades of Tapestry #BE727A

Tints of Tapestry #BE727A

Color information

#BE727A (or 0xBE727A) is unknown color: approx Tapestry. HEX triplet: BE, 72 and 7A. RGB value is (190,114,122). Sum of RGB (Red+Green+Blue) = 190+114+122=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE727A is #418D85. Grayscale: #898989. Windows color (decimal): -4296070 or 8024766. OLE color: 8024766.

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

Color convert

RGB190114122-
CMYK00.400.360.25
HSL353.68º36.89%59.61%-
HSV(B)353.68º40%74.51%-
XYZ30.7724.3921.5-
YUV137.64119.18165.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=44.60%
G=26.76%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011412200.400.360.25353.6836.8959.61
HexBE727A0282419162253c
Octal27616217205044315424574
Binary1011111011100101111010010100010010011001101100010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE727A; }

 p { color: rgb(190,114,122); }

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

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

 a { background-color: rgb(190,114,122); }

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

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

 span { border-color: rgb(190,114,122); }

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