Html Css Color HEX #BE617C Tapestry

📋 copy color: '#BE617C'

red 190 ◦ green 97 ◦ blue 124

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

Shades of Tapestry #BE617C

Tints of Tapestry #BE617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.6%

 BLUE value IS 124 (48.83% from 255) = 30.17%

R = 46.23%
G = 23.6%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE617C (or 0xBE617C) is known color: Tapestry. HEX triplet: BE, 61 and 7C. RGB value is (190,97,124). Sum of RGB (Red+Green+Blue) = 190+97+124=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE617C is #419E83. Grayscale: #7F7F7F. Windows color (decimal): -4300420 or 8151486. OLE color: 8151486.

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

Color convert

RGB 190 97 124 -
CMYK 0 0.49 0.35 0.25
HSL 342.58º 0.42% 0.56% -
HSV(B) 342.58º 0.49% 0.75% -
XYZ 29.15 20.95 21.58 -
YUV 127.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 190 97 124 0 0.49 0.35 0.25 342.58 0.42 0.56
Hex BE 61 7C 0 31 23 19 157 2A 38
Octal 276 141 174 0 61 43 31 527 52 70
Binary 10111110 1100001 1111100 0 110001 100011 11001 101010111 101010 111000

Color Harmonies of #BE617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE617C

Black with #BE617C

Text Example


Text Example

White with #BE617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE617C; }

 p { color: rgb(190,97,124); }

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

background-color css

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

 a { background-color: rgb(190,97,124); }

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

border-color css

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

 span { border-color: rgb(190,97,124); }

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