Html Css Color HEX #BE6582 Tapestry

📋 copy color: '#BE6582'

red 190 ◦ green 101 ◦ blue 130

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

Shades of Tapestry #BE6582

Tints of Tapestry #BE6582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.99%

 BLUE value IS 130 (51.17% from 255) = 30.88%

R = 45.13%
G = 23.99%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE6582 (or 0xBE6582) is known color: Tapestry. HEX triplet: BE, 65 and 82. RGB value is (190,101,130). Sum of RGB (Red+Green+Blue) = 190+101+130=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6582 is #419A7D. Grayscale: #828282. Windows color (decimal): -4299390 or 8545726. OLE color: 8545726.

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

Color convert

RGB 190 101 130 -
CMYK 0 0.47 0.32 0.25
HSL 340.45º 0.41% 0.57% -
HSV(B) 340.45º 0.47% 0.75% -
XYZ 29.92 21.87 23.76 -
YUV 130.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 190 101 130 0 0.47 0.32 0.25 340.45 0.41 0.57
Hex BE 65 82 0 2F 20 19 154 29 39
Octal 276 145 202 0 57 40 31 524 51 71
Binary 10111110 1100101 10000010 0 101111 100000 11001 101010100 101001 111001

Color Harmonies of #BE6582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6582

Black with #BE6582

Text Example


Text Example

White with #BE6582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6582; }

 p { color: rgb(190,101,130); }

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

background-color css

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

 a { background-color: rgb(190,101,130); }

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

border-color css

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

 span { border-color: rgb(190,101,130); }

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