#BE707A

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

Shades of Tapestry #BE707A

Tints of Tapestry #BE707A

Color information

#BE707A (or 0xBE707A) is unknown color: approx Tapestry. HEX triplet: BE, 70 and 7A. RGB value is (190,112,122). Sum of RGB (Red+Green+Blue) = 190+112+122=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE707A is #418F85. Grayscale: #888888. Windows color (decimal): -4296582 or 8024254. OLE color: 8024254.

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

Color convert

RGB190112122-
CMYK00.410.360.25
HSL352.31º37.5%59.22%-
HSV(B)352.31º41.05%74.51%-
XYZ30.5423.9421.42-
YUV136.46119.84166.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 112 (44.14% from 255) = 26.42%
BLUE value IS 122 (48.05% from 255) = 28.77%
R=44.81%
G=26.42%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011212200.410.360.25352.3137.559.22
HexBE707A0292419160263b
Octal27616017205144315404673
Binary1011111011100001111010010100110010011001101100000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE707A; }

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

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

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

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

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

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

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

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