#BE677A

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

Shades of Tapestry #BE677A

Tints of Tapestry #BE677A

Color information

#BE677A (or 0xBE677A) is unknown color: approx Tapestry. HEX triplet: BE, 67 and 7A. RGB value is (190,103,122). Sum of RGB (Red+Green+Blue) = 190+103+122=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE677A is #419885. Grayscale: #838383. Windows color (decimal): -4298886 or 8021950. OLE color: 8021950.

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

Color convert

RGB190103122-
CMYK00.460.360.25
HSL346.9º40.09%57.45%-
HSV(B)346.9º45.79%74.51%-
XYZ29.622.0521.11-
YUV131.18122.82169.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 103 (40.62% from 255) = 24.82%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=45.78%
G=24.82%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010312200.460.360.25346.940.0957.45
HexBE677A02E241915b2839
Octal27614717205644315335071
Binary1011111011001111111010010111010010011001101011011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE677A; }

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

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

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

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

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

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

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

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