Html Css Color HEX #BE7180 Tapestry

📋 copy color: '#BE7180'

red 190 ◦ green 113 ◦ blue 128

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

Shades of Tapestry #BE7180

Tints of Tapestry #BE7180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.22%

 BLUE value IS 128 (50.39% from 255) = 29.7%

R = 44.08%
G = 26.22%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE7180 (or 0xBE7180) is known color: Tapestry. HEX triplet: BE, 71 and 80. RGB value is (190,113,128). Sum of RGB (Red+Green+Blue) = 190+113+128=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7180 is #418E7F. Grayscale: #898989. Windows color (decimal): -4296320 or 8417726. OLE color: 8417726.

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

Color convert

RGB 190 113 128 -
CMYK 0 0.41 0.33 0.25
HSL 348.31º 0.37% 0.59% -
HSV(B) 348.31º 0.41% 0.75% -
XYZ 31.04 24.32 23.48 -
YUV 137.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 190 113 128 0 0.41 0.33 0.25 348.31 0.37 0.59
Hex BE 71 80 0 29 21 19 15C 25 3B
Octal 276 161 200 0 51 41 31 534 45 73
Binary 10111110 1110001 10000000 0 101001 100001 11001 101011100 100101 111011

Color Harmonies of #BE7180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7180

Black with #BE7180

Text Example


Text Example

White with #BE7180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7180; }

 p { color: rgb(190,113,128); }

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

background-color css

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

 a { background-color: rgb(190,113,128); }

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

border-color css

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

 span { border-color: rgb(190,113,128); }

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