Html Css Color HEX #BE6980 Tapestry

📋 copy color: '#BE6980'

red 190 ◦ green 105 ◦ blue 128

#BE6980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #BE6980

Tints of Tapestry #BE6980

RGB

 RED value IS 190 (74.61% from 255) = 44.92%

 GREEN value IS 105 (41.41% from 255) = 24.82%

 BLUE value IS 128 (50.39% from 255) = 30.26%

R = 44.92%
G = 24.82%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE6980 (or 0xBE6980) is known color: Tapestry. HEX triplet: BE, 69 and 80. RGB value is (190,105,128). Sum of RGB (Red+Green+Blue) = 190+105+128=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6980 is #41967F. Grayscale: #858585. Windows color (decimal): -4298368 or 8415678. OLE color: 8415678.

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

Color convert

RGB 190 105 128 -
CMYK 0 0.45 0.33 0.25
HSL 343.76º 0.4% 0.58% -
HSV(B) 343.76º 0.45% 0.75% -
XYZ 30.18 22.61 23.2 -
YUV 133.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 190 105 128 0 0.45 0.33 0.25 343.76 0.4 0.58
Hex BE 69 80 0 2D 21 19 158 28 3A
Octal 276 151 200 0 55 41 31 530 50 72
Binary 10111110 1101001 10000000 0 101101 100001 11001 101011000 101000 111010

Color Harmonies of #BE6980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6980

Black with #BE6980

Text Example


Text Example

White with #BE6980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6980; }

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

 H1.HeaderClassName
 {
   color: #BE6980;
 }
 .AnyTagClassName
 {
   color: #BE6980;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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