#BE6981

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

Shades of Tapestry #BE6981

Tints of Tapestry #BE6981

Color information

#BE6981 (or 0xBE6981) is unknown color: approx Tapestry. HEX triplet: BE, 69 and 81. RGB value is (190,105,129). Sum of RGB (Red+Green+Blue) = 190+105+129=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6981 is #41967E. Grayscale: #858585. Windows color (decimal): -4298367 or 8481214. OLE color: 8481214.

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

Color convert

RGB190105129-
CMYK00.450.320.25
HSL343.06º39.53%57.84%-
HSV(B)343.06º44.74%74.51%-
XYZ30.2522.6423.54-
YUV133.15125.66168.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 105 (41.41% from 255) = 24.76%
BLUE value IS 129 (50.78% from 255) = 30.42%
R=44.81%
G=24.76%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010512900.450.320.25343.0639.5357.84
HexBE698102D2019157283a
Octal27615120105540315275072
Binary10111110110100110000001010110110000011001101010111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6981; }

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

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

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

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

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

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

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

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