Html Css Color HEX #BE7189 Tapestry

📋 copy color: '#BE7189'

red 190 ◦ green 113 ◦ blue 137

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

Shades of Tapestry #BE7189

Tints of Tapestry #BE7189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.68%

 BLUE value IS 137 (53.91% from 255) = 31.14%

R = 43.18%
G = 25.68%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE7189 (or 0xBE7189) is known color: Tapestry. HEX triplet: BE, 71 and 89. RGB value is (190,113,137). Sum of RGB (Red+Green+Blue) = 190+113+137=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7189 is #418E76. Grayscale: #8A8A8A. Windows color (decimal): -4296311 or 9007550. OLE color: 9007550.

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

Color convert

RGB 190 113 137 -
CMYK 0 0.41 0.28 0.25
HSL 341.3º 0.37% 0.59% -
HSV(B) 341.3º 0.41% 0.75% -
XYZ 31.66 24.56 26.74 -
YUV 138.76 127.01 164.55 -
System Red Green Blue C M Y K H S L
Decimal 190 113 137 0 0.41 0.28 0.25 341.3 0.37 0.59
Hex BE 71 89 0 29 1C 19 155 25 3B
Octal 276 161 211 0 51 34 31 525 45 73
Binary 10111110 1110001 10001001 0 101001 11100 11001 101010101 100101 111011

Color Harmonies of #BE7189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7189

Black with #BE7189

Text Example


Text Example

White with #BE7189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7189; }

 p { color: rgb(190,113,137); }

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

background-color css

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

 a { background-color: rgb(190,113,137); }

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

border-color css

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

 span { border-color: rgb(190,113,137); }

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