#BE677F

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

Shades of Tapestry #BE677F

Tints of Tapestry #BE677F

Color information

#BE677F (or 0xBE677F) is unknown color: approx Tapestry. HEX triplet: BE, 67 and 7F. RGB value is (190,103,127). Sum of RGB (Red+Green+Blue) = 190+103+127=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE677F is #419880. Grayscale: #838383. Windows color (decimal): -4298881 or 8349630. OLE color: 8349630.

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

Color convert

RGB190103127-
CMYK00.460.330.25
HSL343.45º40.09%57.45%-
HSV(B)343.45º45.79%74.51%-
XYZ29.9222.1822.78-
YUV131.75125.32169.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 103 (40.62% from 255) = 24.52%
BLUE value IS 127 (50% from 255) = 30.24%
R=45.24%
G=24.52%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010312700.460.330.25343.4540.0957.45
HexBE677F02E21191572839
Octal27614717705641315275071
Binary1011111011001111111111010111010000111001101010111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE677F; }

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

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

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

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

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

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

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

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