Html Css Color HEX #BE647D Tapestry

📋 copy color: '#BE647D'

red 190 ◦ green 100 ◦ blue 125

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

Shades of Tapestry #BE647D

Tints of Tapestry #BE647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.1%

 BLUE value IS 125 (49.22% from 255) = 30.12%

R = 45.78%
G = 24.1%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE647D (or 0xBE647D) is known color: Tapestry. HEX triplet: BE, 64 and 7D. RGB value is (190,100,125). Sum of RGB (Red+Green+Blue) = 190+100+125=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE647D is #419B82. Grayscale: #818181. Windows color (decimal): -4299651 or 8217790. OLE color: 8217790.

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

Color convert

RGB 190 100 125 -
CMYK 0 0.47 0.34 0.25
HSL 343.33º 0.41% 0.57% -
HSV(B) 343.33º 0.47% 0.75% -
XYZ 29.49 21.54 22.01 -
YUV 129.76 125.32 170.97 -
System Red Green Blue C M Y K H S L
Decimal 190 100 125 0 0.47 0.34 0.25 343.33 0.41 0.57
Hex BE 64 7D 0 2F 22 19 157 29 39
Octal 276 144 175 0 57 42 31 527 51 71
Binary 10111110 1100100 1111101 0 101111 100010 11001 101010111 101001 111001

Color Harmonies of #BE647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE647D

Black with #BE647D

Text Example


Text Example

White with #BE647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE647D; }

 p { color: rgb(190,100,125); }

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

background-color css

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

 a { background-color: rgb(190,100,125); }

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

border-color css

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

 span { border-color: rgb(190,100,125); }

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