Html Css Color HEX #BE7580 Tapestry

📋 copy color: '#BE7580'

red 190 ◦ green 117 ◦ blue 128

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

Shades of Tapestry #BE7580

Tints of Tapestry #BE7580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.9%

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

R = 43.68%
G = 26.9%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE7580 (or 0xBE7580) is known color: Tapestry. HEX triplet: BE, 75 and 80. RGB value is (190,117,128). Sum of RGB (Red+Green+Blue) = 190+117+128=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7580 is #418A7F. Grayscale: #8C8C8C. Windows color (decimal): -4295296 or 8418750. OLE color: 8418750.

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

Color convert

RGB 190 117 128 -
CMYK 0 0.38 0.33 0.25
HSL 350.96º 0.36% 0.6% -
HSV(B) 350.96º 0.38% 0.75% -
XYZ 31.49 25.23 23.63 -
YUV 140.08 121.18 163.61 -
System Red Green Blue C M Y K H S L
Decimal 190 117 128 0 0.38 0.33 0.25 350.96 0.36 0.6
Hex BE 75 80 0 26 21 19 15F 24 3C
Octal 276 165 200 0 46 41 31 537 44 74
Binary 10111110 1110101 10000000 0 100110 100001 11001 101011111 100100 111100

Color Harmonies of #BE7580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7580

Black with #BE7580

Text Example


Text Example

White with #BE7580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7580; }

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

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

background-color css

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

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

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

border-color css

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

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

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