#BE667C

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

Shades of Tapestry #BE667C

Tints of Tapestry #BE667C

Color information

#BE667C (or 0xBE667C) is unknown color: approx Tapestry. HEX triplet: BE, 66 and 7C. RGB value is (190,102,124). Sum of RGB (Red+Green+Blue) = 190+102+124=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE667C is #419983. Grayscale: #828282. Windows color (decimal): -4299140 or 8152766. OLE color: 8152766.

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

Color convert

RGB190102124-
CMYK00.460.350.25
HSL345º40.37%57.25%-
HSV(B)345º46.32%74.51%-
XYZ29.6221.9121.74-
YUV130.82124.15170.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 102 (40.23% from 255) = 24.52%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=45.67%
G=24.52%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010212400.460.350.2534540.3757.25
HexBE667C02E23191592839
Octal27614617405643315315071
Binary1011111011001101111100010111010001111001101011001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE667C; }

 p { color: rgb(190,102,124); }

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

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

 a { background-color: rgb(190,102,124); }

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

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

 span { border-color: rgb(190,102,124); }

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