Html Css Color HEX #BE718C Tapestry

📋 copy color: '#BE718C'

red 190 ◦ green 113 ◦ blue 140

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

Shades of Tapestry #BE718C

Tints of Tapestry #BE718C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.6%

R = 42.89%
G = 25.51%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE718C (or 0xBE718C) is known color: Tapestry. HEX triplet: BE, 71 and 8C. RGB value is (190,113,140). Sum of RGB (Red+Green+Blue) = 190+113+140=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE718C is #418E73. Grayscale: #8B8B8B. Windows color (decimal): -4296308 or 9204158. OLE color: 9204158.

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

Color convert

RGB 190 113 140 -
CMYK 0 0.41 0.26 0.25
HSL 338.96º 0.37% 0.59% -
HSV(B) 338.96º 0.41% 0.75% -
XYZ 31.87 24.65 27.89 -
YUV 139.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 190 113 140 0 0.41 0.26 0.25 338.96 0.37 0.59
Hex BE 71 8C 0 29 1A 19 153 25 3B
Octal 276 161 214 0 51 32 31 523 45 73
Binary 10111110 1110001 10001100 0 101001 11010 11001 101010011 100101 111011

Color Harmonies of #BE718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE718C

Black with #BE718C

Text Example


Text Example

White with #BE718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE718C; }

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

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

background-color css

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

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

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

border-color css

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

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

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