Html Css Color HEX #BE788C Tapestry

📋 copy color: '#BE788C'

red 190 ◦ green 120 ◦ blue 140

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

Shades of Tapestry #BE788C

Tints of Tapestry #BE788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.67%

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

R = 42.22%
G = 26.67%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE788C (or 0xBE788C) is known color: Tapestry. HEX triplet: BE, 78 and 8C. RGB value is (190,120,140). Sum of RGB (Red+Green+Blue) = 190+120+140=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE788C is #418773. Grayscale: #8F8F8F. Windows color (decimal): -4294516 or 9205950. OLE color: 9205950.

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

Color convert

RGB 190 120 140 -
CMYK 0 0.37 0.26 0.25
HSL 342.86º 0.35% 0.61% -
HSV(B) 342.86º 0.37% 0.75% -
XYZ 32.69 26.27 28.16 -
YUV 143.21 126.19 161.37 -
System Red Green Blue C M Y K H S L
Decimal 190 120 140 0 0.37 0.26 0.25 342.86 0.35 0.61
Hex BE 78 8C 0 25 1A 19 157 23 3D
Octal 276 170 214 0 45 32 31 527 43 75
Binary 10111110 1111000 10001100 0 100101 11010 11001 101010111 100011 111101

Color Harmonies of #BE788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE788C

Black with #BE788C

Text Example


Text Example

White with #BE788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE788C; }

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

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

background-color css

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

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

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

border-color css

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

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

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