Html Css Color HEX #BE7991 Tapestry

📋 copy color: '#BE7991'

red 190 ◦ green 121 ◦ blue 145

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

Shades of Tapestry #BE7991

Tints of Tapestry #BE7991

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.54%

 BLUE value IS 145 (57.03% from 255) = 31.8%

R = 41.67%
G = 26.54%
B = 31.8%

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

#BE7991 (or 0xBE7991) is known color: Tapestry. HEX triplet: BE, 79 and 91. RGB value is (190,121,145). Sum of RGB (Red+Green+Blue) = 190+121+145=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7991 is #41866E. Grayscale: #909090. Windows color (decimal): -4294255 or 9533886. OLE color: 9533886.

HSL color Cylindrical-coordinate representation of color #BE7991: hue angle of 339.13º degrees, saturation: 0.35, 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 #BE7991 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 121 145 -
CMYK 0 0.36 0.24 0.25
HSL 339.13º 0.35% 0.61% -
HSV(B) 339.13º 0.36% 0.75% -
XYZ 33.18 26.67 30.19 -
YUV 144.37 128.36 160.55 -
System Red Green Blue C M Y K H S L
Decimal 190 121 145 0 0.36 0.24 0.25 339.13 0.35 0.61
Hex BE 79 91 0 24 18 19 153 23 3D
Octal 276 171 221 0 44 30 31 523 43 75
Binary 10111110 1111001 10010001 0 100100 11000 11001 101010011 100011 111101

Color Harmonies of #BE7991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7991

Black with #BE7991

Text Example


Text Example

White with #BE7991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7991; }

 p { color: rgb(190,121,145); }

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

background-color css

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

 a { background-color: rgb(190,121,145); }

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

border-color css

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

 span { border-color: rgb(190,121,145); }

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