Html Css Color HEX #BE6E8A Tapestry

📋 copy color: '#BE6E8A'

red 190 ◦ green 110 ◦ blue 138

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

Shades of Tapestry #BE6E8A

Tints of Tapestry #BE6E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.51%

R = 43.38%
G = 25.11%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE6E8A (or 0xBE6E8A) is known color: Tapestry. HEX triplet: BE, 6E and 8A. RGB value is (190,110,138). Sum of RGB (Red+Green+Blue) = 190+110+138=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6E8A is #419175. Grayscale: #898989. Windows color (decimal): -4297078 or 9072318. OLE color: 9072318.

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

Color convert

RGB 190 110 138 -
CMYK 0 0.42 0.27 0.25
HSL 339º 0.38% 0.59% -
HSV(B) 339º 0.42% 0.75% -
XYZ 31.4 23.93 27.01 -
YUV 137.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 190 110 138 0 0.42 0.27 0.25 339 0.38 0.59
Hex BE 6E 8A 0 2A 1B 19 153 26 3B
Octal 276 156 212 0 52 33 31 523 46 73
Binary 10111110 1101110 10001010 0 101010 11011 11001 101010011 100110 111011

Color Harmonies of #BE6E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6E8A

Black with #BE6E8A

Text Example


Text Example

White with #BE6E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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