#BE6C88

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

Shades of Tapestry #BE6C88

Tints of Tapestry #BE6C88

Color information

#BE6C88 (or 0xBE6C88) is unknown color: approx Tapestry. HEX triplet: BE, 6C and 88. RGB value is (190,108,136). Sum of RGB (Red+Green+Blue) = 190+108+136=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6C88 is #419377. Grayscale: #878787. Windows color (decimal): -4297592 or 8940734. OLE color: 8940734.

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

Color convert

RGB190108136-
CMYK00.430.280.25
HSL339.51º38.68%58.43%-
HSV(B)339.51º43.16%74.51%-
XYZ31.0423.4526.18-
YUV135.71128.17166.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 108 (42.58% from 255) = 24.88%
BLUE value IS 136 (53.52% from 255) = 31.34%
R=43.78%
G=24.88%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010813600.430.280.25339.5138.6858.43
HexBE6C8802B1C19154273a
Octal27615421005334315244772
Binary1011111011011001000100001010111110011001101010100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C88; }

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

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

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

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

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

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

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

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