Html Css Color HEX #BE768C Tapestry

📋 copy color: '#BE768C'

red 190 ◦ green 118 ◦ blue 140

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

Shades of Tapestry #BE768C

Tints of Tapestry #BE768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.34%

 BLUE value IS 140 (55.08% from 255) = 31.25%

R = 42.41%
G = 26.34%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE768C (or 0xBE768C) is known color: Tapestry. HEX triplet: BE, 76 and 8C. RGB value is (190,118,140). Sum of RGB (Red+Green+Blue) = 190+118+140=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE768C is #418973. Grayscale: #8E8E8E. Windows color (decimal): -4295028 or 9205438. OLE color: 9205438.

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

Color convert

RGB 190 118 140 -
CMYK 0 0.38 0.26 0.25
HSL 341.67º 0.36% 0.6% -
HSV(B) 341.67º 0.38% 0.75% -
XYZ 32.45 25.8 28.08 -
YUV 142.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 190 118 140 0 0.38 0.26 0.25 341.67 0.36 0.6
Hex BE 76 8C 0 26 1A 19 156 24 3C
Octal 276 166 214 0 46 32 31 526 44 74
Binary 10111110 1110110 10001100 0 100110 11010 11001 101010110 100100 111100

Color Harmonies of #BE768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE768C

Black with #BE768C

Text Example


Text Example

White with #BE768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE768C; }

 p { color: rgb(190,118,140); }

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

background-color css

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

 a { background-color: rgb(190,118,140); }

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

border-color css

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

 span { border-color: rgb(190,118,140); }

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