Html Css Color HEX #BE6E86 Tapestry

📋 copy color: '#BE6E86'

red 190 ◦ green 110 ◦ blue 134

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

Shades of Tapestry #BE6E86

Tints of Tapestry #BE6E86

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.35%

 BLUE value IS 134 (52.73% from 255) = 30.88%

R = 43.78%
G = 25.35%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE6E86 (or 0xBE6E86) is known color: Tapestry. HEX triplet: BE, 6E and 86. RGB value is (190,110,134). Sum of RGB (Red+Green+Blue) = 190+110+134=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6E86 is #419179. Grayscale: #888888. Windows color (decimal): -4297082 or 8810174. OLE color: 8810174.

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

Color convert

RGB 190 110 134 -
CMYK 0 0.42 0.29 0.25
HSL 342º 0.38% 0.59% -
HSV(B) 342º 0.42% 0.75% -
XYZ 31.11 23.82 25.51 -
YUV 136.66 126.5 166.05 -
System Red Green Blue C M Y K H S L
Decimal 190 110 134 0 0.42 0.29 0.25 342 0.38 0.59
Hex BE 6E 86 0 2A 1D 19 156 26 3B
Octal 276 156 206 0 52 35 31 526 46 73
Binary 10111110 1101110 10000110 0 101010 11101 11001 101010110 100110 111011

Color Harmonies of #BE6E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6E86

Black with #BE6E86

Text Example


Text Example

White with #BE6E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6E86; }

 p { color: rgb(190,110,134); }

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

background-color css

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

 a { background-color: rgb(190,110,134); }

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

border-color css

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

 span { border-color: rgb(190,110,134); }

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