Html Css Color HEX #BE6686 Tapestry

📋 copy color: '#BE6686'

red 190 ◦ green 102 ◦ blue 134

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

Shades of Tapestry #BE6686

Tints of Tapestry #BE6686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.94%

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

R = 44.6%
G = 23.94%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE6686 (or 0xBE6686) is known color: Tapestry. HEX triplet: BE, 66 and 86. RGB value is (190,102,134). Sum of RGB (Red+Green+Blue) = 190+102+134=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6686 is #419979. Grayscale: #838383. Windows color (decimal): -4299130 or 8808126. OLE color: 8808126.

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

Color convert

RGB 190 102 134 -
CMYK 0 0.46 0.29 0.25
HSL 338.18º 0.4% 0.57% -
HSV(B) 338.18º 0.46% 0.75% -
XYZ 30.29 22.17 25.24 -
YUV 131.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 190 102 134 0 0.46 0.29 0.25 338.18 0.4 0.57
Hex BE 66 86 0 2E 1D 19 152 28 39
Octal 276 146 206 0 56 35 31 522 50 71
Binary 10111110 1100110 10000110 0 101110 11101 11001 101010010 101000 111001

Color Harmonies of #BE6686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6686

Black with #BE6686

Text Example


Text Example

White with #BE6686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6686; }

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

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

background-color css

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

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

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

border-color css

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

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

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