Html Css Color HEX #BE7389 Tapestry

📋 copy color: '#BE7389'

red 190 ◦ green 115 ◦ blue 137

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

Shades of Tapestry #BE7389

Tints of Tapestry #BE7389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.02%

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

R = 42.99%
G = 26.02%
B = 31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE7389 (or 0xBE7389) is known color: Tapestry. HEX triplet: BE, 73 and 89. RGB value is (190,115,137). Sum of RGB (Red+Green+Blue) = 190+115+137=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7389 is #418C76. Grayscale: #8B8B8B. Windows color (decimal): -4295799 or 9008062. OLE color: 9008062.

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

Color convert

RGB 190 115 137 -
CMYK 0 0.39 0.28 0.25
HSL 342.4º 0.37% 0.6% -
HSV(B) 342.4º 0.39% 0.75% -
XYZ 31.88 25.01 26.81 -
YUV 139.93 126.35 163.71 -
System Red Green Blue C M Y K H S L
Decimal 190 115 137 0 0.39 0.28 0.25 342.4 0.37 0.6
Hex BE 73 89 0 27 1C 19 156 25 3C
Octal 276 163 211 0 47 34 31 526 45 74
Binary 10111110 1110011 10001001 0 100111 11100 11001 101010110 100101 111100

Color Harmonies of #BE7389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7389

Black with #BE7389

Text Example


Text Example

White with #BE7389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7389; }

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

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

background-color css

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

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

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

border-color css

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

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

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