Html Css Color HEX #BE6680 Tapestry

📋 copy color: '#BE6680'

red 190 ◦ green 102 ◦ blue 128

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

Shades of Tapestry #BE6680

Tints of Tapestry #BE6680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.29%

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

R = 45.24%
G = 24.29%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE6680 (or 0xBE6680) is known color: Tapestry. HEX triplet: BE, 66 and 80. RGB value is (190,102,128). Sum of RGB (Red+Green+Blue) = 190+102+128=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6680 is #41997F. Grayscale: #838383. Windows color (decimal): -4299136 or 8414910. OLE color: 8414910.

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

Color convert

RGB 190 102 128 -
CMYK 0 0.46 0.33 0.25
HSL 342.27º 0.4% 0.57% -
HSV(B) 342.27º 0.46% 0.75% -
XYZ 29.88 22.01 23.1 -
YUV 131.28 126.15 169.89 -
System Red Green Blue C M Y K H S L
Decimal 190 102 128 0 0.46 0.33 0.25 342.27 0.4 0.57
Hex BE 66 80 0 2E 21 19 156 28 39
Octal 276 146 200 0 56 41 31 526 50 71
Binary 10111110 1100110 10000000 0 101110 100001 11001 101010110 101000 111001

Color Harmonies of #BE6680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6680

Black with #BE6680

Text Example


Text Example

White with #BE6680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6680; }

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

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

background-color css

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

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

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

border-color css

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

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

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