Html Css Color HEX #BE657C Tapestry

📋 copy color: '#BE657C'

red 190 ◦ green 101 ◦ blue 124

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

Shades of Tapestry #BE657C

Tints of Tapestry #BE657C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.34%

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

R = 45.78%
G = 24.34%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE657C (or 0xBE657C) is known color: Tapestry. HEX triplet: BE, 65 and 7C. RGB value is (190,101,124). Sum of RGB (Red+Green+Blue) = 190+101+124=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE657C is #419A83. Grayscale: #828282. Windows color (decimal): -4299396 or 8152510. OLE color: 8152510.

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

Color convert

RGB 190 101 124 -
CMYK 0 0.47 0.35 0.25
HSL 344.49º 0.41% 0.57% -
HSV(B) 344.49º 0.47% 0.75% -
XYZ 29.53 21.71 21.7 -
YUV 130.23 124.49 170.63 -
System Red Green Blue C M Y K H S L
Decimal 190 101 124 0 0.47 0.35 0.25 344.49 0.41 0.57
Hex BE 65 7C 0 2F 23 19 158 29 39
Octal 276 145 174 0 57 43 31 530 51 71
Binary 10111110 1100101 1111100 0 101111 100011 11001 101011000 101001 111001

Color Harmonies of #BE657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE657C

Black with #BE657C

Text Example


Text Example

White with #BE657C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE657C; }

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

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

background-color css

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

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

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

border-color css

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

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

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