Html Css Color HEX #BE627D Tapestry

📋 copy color: '#BE627D'

red 190 ◦ green 98 ◦ blue 125

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

Shades of Tapestry #BE627D

Tints of Tapestry #BE627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.73%

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

R = 46%
G = 23.73%
B = 30.27%

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

#BE627D (or 0xBE627D) is known color: Tapestry. HEX triplet: BE, 62 and 7D. RGB value is (190,98,125). Sum of RGB (Red+Green+Blue) = 190+98+125=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE627D is #419D82. Grayscale: #808080. Windows color (decimal): -4300163 or 8217278. OLE color: 8217278.

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

Color convert

RGB 190 98 125 -
CMYK 0 0.48 0.34 0.25
HSL 342.39º 0.41% 0.56% -
HSV(B) 342.39º 0.48% 0.75% -
XYZ 29.3 21.16 21.94 -
YUV 128.59 125.98 171.8 -
System Red Green Blue C M Y K H S L
Decimal 190 98 125 0 0.48 0.34 0.25 342.39 0.41 0.56
Hex BE 62 7D 0 30 22 19 156 29 38
Octal 276 142 175 0 60 42 31 526 51 70
Binary 10111110 1100010 1111101 0 110000 100010 11001 101010110 101001 111000

Color Harmonies of #BE627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE627D

Black with #BE627D

Text Example


Text Example

White with #BE627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE627D; }

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

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

background-color css

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

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

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

border-color css

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

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

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