Html Css Color HEX #BE6E79 Tapestry

📋 copy color: '#BE6E79'

red 190 ◦ green 110 ◦ blue 121

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

Shades of Tapestry #BE6E79

Tints of Tapestry #BE6E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.74%

R = 45.13%
G = 26.13%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE6E79 (or 0xBE6E79) is known color: Tapestry. HEX triplet: BE, 6E and 79. RGB value is (190,110,121). Sum of RGB (Red+Green+Blue) = 190+110+121=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6E79 is #419186. Grayscale: #878787. Windows color (decimal): -4297095 or 7958206. OLE color: 7958206.

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

Color convert

RGB 190 110 121 -
CMYK 0 0.42 0.36 0.25
HSL 351.75º 0.38% 0.59% -
HSV(B) 351.75º 0.42% 0.75% -
XYZ 30.26 23.48 21.03 -
YUV 135.17 120 167.11 -
System Red Green Blue C M Y K H S L
Decimal 190 110 121 0 0.42 0.36 0.25 351.75 0.38 0.59
Hex BE 6E 79 0 2A 24 19 160 26 3B
Octal 276 156 171 0 52 44 31 540 46 73
Binary 10111110 1101110 1111001 0 101010 100100 11001 101100000 100110 111011

Color Harmonies of #BE6E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6E79

Black with #BE6E79

Text Example


Text Example

White with #BE6E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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