Html Css Color HEX #BE637C Tapestry

📋 copy color: '#BE637C'

red 190 ◦ green 99 ◦ blue 124

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

Shades of Tapestry #BE637C

Tints of Tapestry #BE637C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.97%

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

R = 46%
G = 23.97%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE637C (or 0xBE637C) is known color: Tapestry. HEX triplet: BE, 63 and 7C. RGB value is (190,99,124). Sum of RGB (Red+Green+Blue) = 190+99+124=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE637C is #419C83. Grayscale: #818181. Windows color (decimal): -4299908 or 8151998. OLE color: 8151998.

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

Color convert

RGB 190 99 124 -
CMYK 0 0.48 0.35 0.25
HSL 343.52º 0.41% 0.57% -
HSV(B) 343.52º 0.48% 0.75% -
XYZ 29.34 21.33 21.64 -
YUV 129.06 125.15 171.47 -
System Red Green Blue C M Y K H S L
Decimal 190 99 124 0 0.48 0.35 0.25 343.52 0.41 0.57
Hex BE 63 7C 0 30 23 19 158 29 39
Octal 276 143 174 0 60 43 31 530 51 71
Binary 10111110 1100011 1111100 0 110000 100011 11001 101011000 101001 111001

Color Harmonies of #BE637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE637C

Black with #BE637C

Text Example


Text Example

White with #BE637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE637C; }

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

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

background-color css

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

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

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

border-color css

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

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

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