Html Css Color HEX #BE6D86 Tapestry

📋 copy color: '#BE6D86'

red 190 ◦ green 109 ◦ blue 134

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

Shades of Tapestry #BE6D86

Tints of Tapestry #BE6D86

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.17%

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

R = 43.88%
G = 25.17%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE6D86 (or 0xBE6D86) is known color: Tapestry. HEX triplet: BE, 6D and 86. RGB value is (190,109,134). Sum of RGB (Red+Green+Blue) = 190+109+134=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6D86 is #419279. Grayscale: #888888. Windows color (decimal): -4297338 or 8809918. OLE color: 8809918.

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

Color convert

RGB 190 109 134 -
CMYK 0 0.43 0.29 0.25
HSL 341.48º 0.38% 0.59% -
HSV(B) 341.48º 0.43% 0.75% -
XYZ 31.01 23.61 25.48 -
YUV 136.07 126.84 166.47 -
System Red Green Blue C M Y K H S L
Decimal 190 109 134 0 0.43 0.29 0.25 341.48 0.38 0.59
Hex BE 6D 86 0 2B 1D 19 155 26 3B
Octal 276 155 206 0 53 35 31 525 46 73
Binary 10111110 1101101 10000110 0 101011 11101 11001 101010101 100110 111011

Color Harmonies of #BE6D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6D86

Black with #BE6D86

Text Example


Text Example

White with #BE6D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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