#BE677E

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

Shades of Tapestry #BE677E

Tints of Tapestry #BE677E

Color information

#BE677E (or 0xBE677E) is unknown color: approx Tapestry. HEX triplet: BE, 67 and 7E. RGB value is (190,103,126). Sum of RGB (Red+Green+Blue) = 190+103+126=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE677E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE677E is #419881. Grayscale: #838383. Windows color (decimal): -4298882 or 8284094. OLE color: 8284094.

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

Color convert

RGB190103126-
CMYK00.460.340.25
HSL344.14º40.09%57.45%-
HSV(B)344.14º45.79%74.51%-
XYZ29.8522.1522.44-
YUV131.64124.82169.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 103 (40.62% from 255) = 24.58%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=45.35%
G=24.58%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010312600.460.340.25344.1440.0957.45
HexBE677E02E22191582839
Octal27614717605642315305071
Binary1011111011001111111110010111010001011001101011000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE677E; }

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

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

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

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

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

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

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

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