Html Css Color HEX #BE7A90 Tapestry

📋 copy color: '#BE7A90'

red 190 ◦ green 122 ◦ blue 144

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

Shades of Tapestry #BE7A90

Tints of Tapestry #BE7A90

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.75%

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

R = 41.67%
G = 26.75%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE7A90 (or 0xBE7A90) is known color: Tapestry. HEX triplet: BE, 7A and 90. RGB value is (190,122,144). Sum of RGB (Red+Green+Blue) = 190+122+144=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7A90 is #41856F. Grayscale: #909090. Windows color (decimal): -4294000 or 9468606. OLE color: 9468606.

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

Color convert

RGB 190 122 144 -
CMYK 0 0.36 0.24 0.25
HSL 340.59º 0.34% 0.61% -
HSV(B) 340.59º 0.36% 0.75% -
XYZ 33.23 26.88 29.82 -
YUV 144.84 127.53 160.21 -
System Red Green Blue C M Y K H S L
Decimal 190 122 144 0 0.36 0.24 0.25 340.59 0.34 0.61
Hex BE 7A 90 0 24 18 19 155 22 3D
Octal 276 172 220 0 44 30 31 525 42 75
Binary 10111110 1111010 10010000 0 100100 11000 11001 101010101 100010 111101

Color Harmonies of #BE7A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A90

Black with #BE7A90

Text Example


Text Example

White with #BE7A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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