Html Css Color HEX #BE7C90 Tapestry

📋 copy color: '#BE7C90'

red 190 ◦ green 124 ◦ blue 144

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

Shades of Tapestry #BE7C90

Tints of Tapestry #BE7C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.07%

 BLUE value IS 144 (56.64% from 255) = 31.44%

R = 41.48%
G = 27.07%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE7C90 (or 0xBE7C90) is known color: Tapestry. HEX triplet: BE, 7C and 90. RGB value is (190,124,144). Sum of RGB (Red+Green+Blue) = 190+124+144=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7C90 is #41836F. Grayscale: #929292. Windows color (decimal): -4293488 or 9469118. OLE color: 9469118.

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

Color convert

RGB 190 124 144 -
CMYK 0 0.35 0.24 0.25
HSL 341.82º 0.34% 0.62% -
HSV(B) 341.82º 0.35% 0.75% -
XYZ 33.48 27.38 29.91 -
YUV 146.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 190 124 144 0 0.35 0.24 0.25 341.82 0.34 0.62
Hex BE 7C 90 0 23 18 19 156 22 3E
Octal 276 174 220 0 43 30 31 526 42 76
Binary 10111110 1111100 10010000 0 100011 11000 11001 101010110 100010 111110

Color Harmonies of #BE7C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7C90

Black with #BE7C90

Text Example


Text Example

White with #BE7C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7C90; }

 p { color: rgb(190,124,144); }

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

background-color css

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

 a { background-color: rgb(190,124,144); }

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

border-color css

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

 span { border-color: rgb(190,124,144); }

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