#BE6383

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

Shades of Tapestry #BE6383

Tints of Tapestry #BE6383

Color information

#BE6383 (or 0xBE6383) is unknown color: approx Tapestry. HEX triplet: BE, 63 and 83. RGB value is (190,99,131). Sum of RGB (Red+Green+Blue) = 190+99+131=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6383 is #419C7C. Grayscale: #818181. Windows color (decimal): -4299901 or 8610750. OLE color: 8610750.

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

Color convert

RGB19099131-
CMYK00.480.310.25
HSL338.9º41.18%56.67%-
HSV(B)338.9º47.89%74.51%-
XYZ29.7921.5124.05-
YUV129.86128.65170.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 99 (39.06% from 255) = 23.57%
BLUE value IS 131 (51.56% from 255) = 31.19%
R=45.24%
G=23.57%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909913100.480.310.25338.941.1856.67
HexBE63830301F191532939
Octal27614320306037315235171
Binary1011111011000111000001101100001111111001101010011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6383; }

 p { color: rgb(190,99,131); }

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

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

 a { background-color: rgb(190,99,131); }

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

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

 span { border-color: rgb(190,99,131); }

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