Html Css Color HEX #BE718E Tapestry

📋 copy color: '#BE718E'

red 190 ◦ green 113 ◦ blue 142

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

Shades of Tapestry #BE718E

Tints of Tapestry #BE718E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.91%

R = 42.7%
G = 25.39%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE718E (or 0xBE718E) is known color: Tapestry. HEX triplet: BE, 71 and 8E. RGB value is (190,113,142). Sum of RGB (Red+Green+Blue) = 190+113+142=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE718E is #418E71. Grayscale: #8B8B8B. Windows color (decimal): -4296306 or 9335230. OLE color: 9335230.

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

Color convert

RGB 190 113 142 -
CMYK 0 0.41 0.25 0.25
HSL 337.4º 0.37% 0.59% -
HSV(B) 337.4º 0.41% 0.75% -
XYZ 32.02 24.71 28.67 -
YUV 139.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 190 113 142 0 0.41 0.25 0.25 337.4 0.37 0.59
Hex BE 71 8E 0 29 19 19 151 25 3B
Octal 276 161 216 0 51 31 31 521 45 73
Binary 10111110 1110001 10001110 0 101001 11001 11001 101010001 100101 111011

Color Harmonies of #BE718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE718E

Black with #BE718E

Text Example


Text Example

White with #BE718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE718E; }

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

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

background-color css

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

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

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

border-color css

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

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

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