Html Css Color HEX #BE7E8C Tapestry

📋 copy color: '#BE7E8C'

red 190 ◦ green 126 ◦ blue 140

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

Shades of Tapestry #BE7E8C

Tints of Tapestry #BE7E8C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.63%

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

R = 41.67%
G = 27.63%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE7E8C (or 0xBE7E8C) is known color: Tapestry. HEX triplet: BE, 7E and 8C. RGB value is (190,126,140). Sum of RGB (Red+Green+Blue) = 190+126+140=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7E8C is #418173. Grayscale: #929292. Windows color (decimal): -4292980 or 9207486. OLE color: 9207486.

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

Color convert

RGB 190 126 140 -
CMYK 0 0.34 0.26 0.25
HSL 346.88º 0.33% 0.62% -
HSV(B) 346.88º 0.34% 0.75% -
XYZ 33.43 27.76 28.41 -
YUV 146.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 190 126 140 0 0.34 0.26 0.25 346.88 0.33 0.62
Hex BE 7E 8C 0 22 1A 19 15B 21 3E
Octal 276 176 214 0 42 32 31 533 41 76
Binary 10111110 1111110 10001100 0 100010 11010 11001 101011011 100001 111110

Color Harmonies of #BE7E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7E8C

Black with #BE7E8C

Text Example


Text Example

White with #BE7E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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