Html Css Color HEX #BE6B86 Tapestry

📋 copy color: '#BE6B86'

red 190 ◦ green 107 ◦ blue 134

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

Shades of Tapestry #BE6B86

Tints of Tapestry #BE6B86

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.83%

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

R = 44.08%
G = 24.83%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE6B86 (or 0xBE6B86) is known color: Tapestry. HEX triplet: BE, 6B and 86. RGB value is (190,107,134). Sum of RGB (Red+Green+Blue) = 190+107+134=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6B86 is #419479. Grayscale: #868686. Windows color (decimal): -4297850 or 8809406. OLE color: 8809406.

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

Color convert

RGB 190 107 134 -
CMYK 0 0.44 0.29 0.25
HSL 340.48º 0.39% 0.58% -
HSV(B) 340.48º 0.44% 0.75% -
XYZ 30.8 23.18 25.41 -
YUV 134.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 190 107 134 0 0.44 0.29 0.25 340.48 0.39 0.58
Hex BE 6B 86 0 2C 1D 19 154 27 3A
Octal 276 153 206 0 54 35 31 524 47 72
Binary 10111110 1101011 10000110 0 101100 11101 11001 101010100 100111 111010

Color Harmonies of #BE6B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6B86

Black with #BE6B86

Text Example


Text Example

White with #BE6B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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