Html Css Color HEX #BE627F Tapestry

📋 copy color: '#BE627F'

red 190 ◦ green 98 ◦ blue 127

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

Shades of Tapestry #BE627F

Tints of Tapestry #BE627F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.6%

R = 45.78%
G = 23.61%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE627F (or 0xBE627F) is known color: Tapestry. HEX triplet: BE, 62 and 7F. RGB value is (190,98,127). Sum of RGB (Red+Green+Blue) = 190+98+127=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE627F is #419D80. Grayscale: #808080. Windows color (decimal): -4300161 or 8348350. OLE color: 8348350.

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

Color convert

RGB 190 98 127 -
CMYK 0 0.48 0.33 0.25
HSL 341.09º 0.41% 0.56% -
HSV(B) 341.09º 0.48% 0.75% -
XYZ 29.43 21.21 22.62 -
YUV 128.81 126.98 171.64 -
System Red Green Blue C M Y K H S L
Decimal 190 98 127 0 0.48 0.33 0.25 341.09 0.41 0.56
Hex BE 62 7F 0 30 21 19 155 29 38
Octal 276 142 177 0 60 41 31 525 51 70
Binary 10111110 1100010 1111111 0 110000 100001 11001 101010101 101001 111000

Color Harmonies of #BE627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE627F

Black with #BE627F

Text Example


Text Example

White with #BE627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE627F; }

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

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

background-color css

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

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

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

border-color css

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

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

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