Html Css Color HEX #BE637E Tapestry

📋 copy color: '#BE637E'

red 190 ◦ green 99 ◦ blue 126

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

Shades of Tapestry #BE637E

Tints of Tapestry #BE637E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.36%

R = 45.78%
G = 23.86%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE637E (or 0xBE637E) is known color: Tapestry. HEX triplet: BE, 63 and 7E. RGB value is (190,99,126). Sum of RGB (Red+Green+Blue) = 190+99+126=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE637E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE637E is #419C81. Grayscale: #818181. Windows color (decimal): -4299906 or 8283070. OLE color: 8283070.

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

Color convert

RGB 190 99 126 -
CMYK 0 0.48 0.34 0.25
HSL 342.2º 0.41% 0.57% -
HSV(B) 342.2º 0.48% 0.75% -
XYZ 29.46 21.38 22.31 -
YUV 129.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 190 99 126 0 0.48 0.34 0.25 342.2 0.41 0.57
Hex BE 63 7E 0 30 22 19 156 29 39
Octal 276 143 176 0 60 42 31 526 51 71
Binary 10111110 1100011 1111110 0 110000 100010 11001 101010110 101001 111001

Color Harmonies of #BE637E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE637E

Black with #BE637E

Text Example


Text Example

White with #BE637E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE637E; }

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

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

background-color css

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

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

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

border-color css

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

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

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