Html Css Color HEX #BE5E80 Tapestry

📋 copy color: '#BE5E80'

red 190 ◦ green 94 ◦ blue 128

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

Shades of Tapestry #BE5E80

Tints of Tapestry #BE5E80

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.82%

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

R = 46.12%
G = 22.82%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE5E80 (or 0xBE5E80) is known color: Tapestry. HEX triplet: BE, 5E and 80. RGB value is (190,94,128). Sum of RGB (Red+Green+Blue) = 190+94+128=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5E80 is #41A17F. Grayscale: #7E7E7E. Windows color (decimal): -4301184 or 8412862. OLE color: 8412862.

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

Color convert

RGB 190 94 128 -
CMYK 0 0.51 0.33 0.25
HSL 338.75º 0.42% 0.56% -
HSV(B) 338.75º 0.51% 0.75% -
XYZ 29.13 20.51 22.85 -
YUV 126.58 128.8 173.24 -
System Red Green Blue C M Y K H S L
Decimal 190 94 128 0 0.51 0.33 0.25 338.75 0.42 0.56
Hex BE 5E 80 0 33 21 19 153 2A 38
Octal 276 136 200 0 63 41 31 523 52 70
Binary 10111110 1011110 10000000 0 110011 100001 11001 101010011 101010 111000

Color Harmonies of #BE5E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E80

Black with #BE5E80

Text Example


Text Example

White with #BE5E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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