#BE707E

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

Shades of Tapestry #BE707E

Tints of Tapestry #BE707E

Color information

#BE707E (or 0xBE707E) is unknown color: approx Tapestry. HEX triplet: BE, 70 and 7E. RGB value is (190,112,126). Sum of RGB (Red+Green+Blue) = 190+112+126=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE707E is #418F81. Grayscale: #888888. Windows color (decimal): -4296578 or 8286398. OLE color: 8286398.

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

Color convert

RGB190112126-
CMYK00.410.340.25
HSL349.23º37.5%59.22%-
HSV(B)349.23º41.05%74.51%-
XYZ30.824.0422.76-
YUV136.92121.84165.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 126 (49.61% from 255) = 29.44%
R=44.39%
G=26.17%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011212600.410.340.25349.2337.559.22
HexBE707E029221915d263b
Octal27616017605142315354673
Binary1011111011100001111110010100110001011001101011101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE707E; }

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

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

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

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

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

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

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

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