#BE6988

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

Shades of Tapestry #BE6988

Tints of Tapestry #BE6988

Color information

#BE6988 (or 0xBE6988) is unknown color: approx Tapestry. HEX triplet: BE, 69 and 88. RGB value is (190,105,136). Sum of RGB (Red+Green+Blue) = 190+105+136=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6988 is #419677. Grayscale: #858585. Windows color (decimal): -4298360 or 8939966. OLE color: 8939966.

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

Color convert

RGB190105136-
CMYK00.450.280.25
HSL338.12º39.53%57.84%-
HSV(B)338.12º44.74%74.51%-
XYZ30.7322.8326.08-
YUV133.95129.16167.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 136 (53.52% from 255) = 31.55%
R=44.08%
G=24.36%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010513600.450.280.25338.1239.5357.84
HexBE698802D1C19152283a
Octal27615121005534315225072
Binary1011111011010011000100001011011110011001101010010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6988; }

 p { color: rgb(190,105,136); }

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

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

 a { background-color: rgb(190,105,136); }

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

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

 span { border-color: rgb(190,105,136); }

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